factor/contrib
slava 6e112b6ef8 file-responder now supports .fhtml files, which are piped through contrib/embedded.factor 2006-07-06 00:34:50 +00:00
..
aim More module system hackery 2006-06-19 01:31:20 +00:00
cairo More module system hackery 2006-06-19 01:31:20 +00:00
concurrency More module system hackery 2006-06-19 01:31:20 +00:00
crypto More module system hackery 2006-06-19 01:31:20 +00:00
factory Fix move and resize window bugs in Factory 2006-06-28 10:53:31 +00:00
gap-buffer More module system tweaks 2006-06-19 01:02:35 +00:00
httpd file-responder now supports .fhtml files, which are piped through contrib/embedded.factor 2006-07-06 00:34:50 +00:00
math More module system tweaks 2006-06-19 01:02:35 +00:00
parser-combinators Remove unswons word 2006-05-09 15:30:26 +00:00
postgresql More module system hackery 2006-06-19 01:31:20 +00:00
random-tester New module system 2006-06-19 00:58:11 +00:00
space-invaders space-invaders: remove hack whereby bitmap was stored in a variable 2006-03-29 11:23:58 +00:00
sqlite More module system hackery 2006-06-19 01:31:20 +00:00
units New module system 2006-06-19 00:58:11 +00:00
vim More module system hackery 2006-06-19 01:31:20 +00:00
x11 Things to support new Factory changes 2006-06-28 10:55:17 +00:00
README.txt Remove obsolete examples, module system simplification, fix parse-resource restart when bootstrapping parse-syntax.factor 2006-06-19 07:41:42 +00:00
all.factor Remove obsolete examples, module system simplification, fix parse-resource restart when bootstrapping parse-syntax.factor 2006-06-19 07:41:42 +00:00
automata.factor Quick start note in automata 2006-06-28 10:49:32 +00:00
boids.factor More module system hackery 2006-06-19 01:31:20 +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 file-responder now supports .fhtml files, which are piped through contrib/embedded.factor 2006-07-06 00:34:50 +00:00
factor.el Added factor-comment-line to factor.el 2006-06-18 10:06:24 +00:00
partial-continuations.factor add blog entry note to partial continuations code 2006-03-18 11:52:07 +00:00
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
serialise.factor add serialisation code 2006-03-02 20:43:58 +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 Add contrib/vars.factor 2006-06-28 10:52:10 +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.

You can load these modules by typing:

REQUIRE: modulename

in the listener.

- aim -- AOL Instant Messenger client library (Doug Coleman)
- automata -- Graphics demo for the UI (Eduardo Cavazos)
- boids -- Graphics demo for the UI (Eduardo Cavazos)
- cairo -- cairo bindings (Sampo Vuori)
- 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)
- httpd -- Web framework (HTTP server, client, XML parser, HTML generation...) (Slava Pestov, Chris Double, Daniel Ehrenberg)
- math -- extended math library (Doug Coleman, Daniel Ehrenberg, Slava Pestov)
- parser-combinators -- Lazy lists and 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)