factor/contrib
erg 2ca8e9d65f rsa update 2006-08-03 03:20:28 +00:00
..
cairo Remove add-simple-library 2006-07-26 04:36:22 +00:00
calendar Changed argument order of {head,tail}{,-slice}{,*} and group 2006-07-30 00:36:25 +00:00
concurrency concurrency: fix lazy evaluation 2006-08-03 00:23:02 +00:00
crypto rsa update 2006-08-03 03:20:28 +00:00
factory manage-window word rewritten and other Factory updates 2006-07-01 16:46:08 +00:00
gap-buffer Changed argument order of {head,tail}{,-slice}{,*} and group 2006-07-30 00:36:25 +00:00
hexdump Changed argument order of {head,tail}{,-slice}{,*} and group 2006-07-30 00:36:25 +00:00
httpd Changed argument order of {head,tail}{,-slice}{,*} and group 2006-07-30 00:36:25 +00:00
lazy-lists Relocated lazy-lists as top-level contrib 2006-07-22 21:56:17 +00:00
math Changed argument order of {head,tail}{,-slice}{,*} and group 2006-07-30 00:36:25 +00:00
parser-combinators Part 1 of getting space invaders bit rot fixed 2006-08-02 06:28:07 +00:00
postgresql Remove add-simple-library 2006-07-26 04:36:22 +00:00
random-tester random-tester changes 2006-07-24 16:23:00 +00:00
space-invaders update space invaders readme 2006-08-02 21:20:08 +00:00
sqlite update sqlite docs 2006-08-03 02:49:46 +00:00
topology Changed argument order of {head,tail}{,-slice}{,*} and group 2006-07-30 00:36:25 +00:00
units contrib/units update 2006-08-03 03:19:54 +00:00
vim More module system hackery 2006-06-19 01:31:20 +00:00
x11 Fix X11 UI backend for char* FFI change 2006-08-01 23:25:12 +00:00
README.txt doc fixes for contrib/README.txt 2006-07-24 14:27:45 +00:00
all.factor doc fixes for contrib/README.txt 2006-07-24 14:27:45 +00:00
automata.factor Update comment in automata 2006-07-15 10:59:55 +00:00
boids.factor Add the <field> gadget to boids 2006-07-15 11:29:39 +00:00
coroutines.factor New module system 2006-06-19 00:58:11 +00:00
dlists.factor New module system 2006-06-19 00:58:11 +00:00
embedded.factor Changed argument order of {head,tail}{,-slice}{,*} and group 2006-07-30 00:36:25 +00:00
factor.el Added factor-comment-line to factor.el 2006-06-18 10:06:24 +00:00
partial-continuations.factor
process.factor Remove obsolete examples, module system simplification, fix parse-resource restart when bootstrapping parse-syntax.factor 2006-06-19 07:41:42 +00:00
slate.factor More module system hackery 2006-06-19 01:31:20 +00:00
splay-trees.factor Documentation and module system updates 2006-06-20 00:14:33 +00:00
vars.factor manage-window word rewritten and other Factory updates 2006-07-01 16:46:08 +00:00

README.txt

This directory contains Factor code that is not part of the core
library, but is useful enough to ship with the Factor distribution.

Modules can be loaded from the listener:

  "modulename" require

Credits:

- automata -- Graphics demo for the UI (Eduardo Cavazos)
- boids -- Graphics demo for the UI (Eduardo Cavazos)
- cairo -- cairo bindings (Sampo Vuori)
- calendar -- timestamp/calendar with timezones (Doug Coleman)
- concurrency -- Erlang/Termite-style concurrency (Chris Double)
- coroutines -- coroutines (Chris Double)
- crypto -- Various cryptographic algorithms (Doug Coleman)
- dlists -- double-linked-lists (Mackenzie Straight)
- factory -- X11 window manager (Eduardo Cavazos)
- gap-buffer -- Efficient text editor buffer (Alex Chapman)
- hexdump -- Hexdump routine (Doug Coleman)
- httpd -- Web framework (HTTP server, client, XML parser, HTML generation...) (Slava Pestov, Chris Double, Daniel Ehrenberg)
- lazy-lists -- Lazy evaluation lists (Chris Double, Matthew Willis)
- math -- extended math library (Doug Coleman, Slava Pestov)
- parser-combinators -- Haskell-style parser combinators (Chris Double)
- postgresql -- PostgreSQL binding (Doug Coleman)
- process -- Run external programs (Slava Pestov)
- random-tester -- Random compiler tester (Doug Coleman)
- slate -- Graphics canvas for the UI (Eduardo Cavazos)
- space-invaders -- Intel 8080-based Space Invaders arcade machine emulator (Chris Double)
- splay-trees -- Splay trees (Mackenzie Straight)
- sqlite -- SQLite binding (Chris Double)
- x11 -- X Window System client library (Eduardo Cavazos)