factor/contrib
Chris Double 565d36d4e2 Add copyright to space invaders 2006-01-19 10:13:14 +00:00
..
aim many contrib/ fixes by Trent Buck 2006-01-18 19:06:34 +00:00
cairo more I/O docs; added missing files from twb's patch 2006-01-19 08:03:32 +00:00
concurrency many contrib/ fixes by Trent Buck 2006-01-18 19:06:34 +00:00
cont-responder many contrib/ fixes by Trent Buck 2006-01-18 19:06:34 +00:00
crypto many contrib/ fixes by Trent Buck 2006-01-18 19:06:34 +00:00
factory many contrib/ fixes by Trent Buck 2006-01-18 19:06:34 +00:00
httpd minor style cleanup 2006-01-18 23:50:52 +00:00
math many contrib/ fixes by Trent Buck 2006-01-18 19:06:34 +00:00
parser-combinators more I/O docs; added missing files from twb's patch 2006-01-19 08:03:32 +00:00
postgresql many contrib/ fixes by Trent Buck 2006-01-18 19:06:34 +00:00
space-invaders Add copyright to space invaders 2006-01-19 10:13:14 +00:00
sqlite more I/O docs; added missing files from twb's patch 2006-01-19 08:03:32 +00:00
units many contrib/ fixes by Trent Buck 2006-01-18 19:06:34 +00:00
win32 many contrib/ fixes by Trent Buck 2006-01-18 19:06:34 +00:00
x11 many contrib/ fixes by Trent Buck 2006-01-18 19:06:34 +00:00
README.txt splay trees from our very own eiz 2006-01-06 07:58:09 +00:00
coroutines.factor get coroutines code working with continuation changes 2005-09-18 06:32:02 +00:00
dlists.factor Update contributed code I wrote, plus dlists written by eiz, to use if instead of ifte. 2005-09-25 06:03:36 +00:00
load.factor more I/O docs; added missing files from twb's patch 2006-01-19 08:03:32 +00:00
splay-trees.factor slots documentation 2006-01-09 06:34:23 +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.

- contrib/aim/ -- AOL Instant Messenger client library (Doug Coleman)

- contrib/algebra/ -- infix math syntax (Daniel Ehrenberg)

- contrib/cairo/ -- cairo bindings (Sampo Vuori)

- contrib/concurrency/ -- Erlang/Termite-style concurrency (Chris Double)

- contrib/cont-responder/ -- additional examples and tools for the
  continuation-based web framework (Chris Double)
  
- contrib/crypto/ -- MD5 and SHA1 cryptographic hashes (Doug Coleman)

- contrib/factory/ -- X11 window manager (Eduardo Cavazos)

- contrib/httpd/ -- HTTP server and client (Slava Pestov, Chris Double)

- contrib/math/ -- extended math library (Doug Coleman)

- contrib/parser-combinators/ -- Lazy lists and Haskell-style parser
  combinators (Chris Double)

- contrib/postgresql/ -- PostgreSQL binding (Doug Coleman)

- contrib/space-invaders/ -- Intel 8080-based Space Invaders arcade
  machine emulator (Chris Double)

- contrib/sqlite/ -- SQLite binding (Chris Double)

- contrib/x11 -- X Window System client library (Eduardo Cavazos)

- contrib/coroutines.factor -- coroutines (Chris Double)

- contrib/dlists.factor -- double-linked-lists (Mackenzie Straight)

- contrib/splay-trees.factor -- Splay trees (Mackenzie Straight)

- contrib/xml.factor -- XML parser and writer (Daniel Ehrenberg)