factor/contrib
Slava Pestov bbdf744540 added README.txt 2005-10-04 19:28:16 +00:00
..
aim Moved >byte etc to be used with make 2005-10-04 03:17:06 +00:00
algebra new version of make 2005-09-01 20:07:22 +00:00
concurrency Update contributed code I wrote, plus dlists written by eiz, to use if instead of ifte. 2005-09-25 06:03:36 +00:00
cont-responder Add inspector namespace to cont-examples in contrib 2005-09-28 00:44:03 +00:00
crypto Initial commit 2005-10-03 23:04:30 +00:00
gl ifte -> if 2005-10-02 18:15:15 +00:00
parser-combinators Update contributed code I wrote, plus dlists written by eiz, to use if instead of ifte. 2005-09-25 06:03:36 +00:00
postgresql NULL -> f 2005-09-27 04:54:53 +00:00
space-invaders Update contributed code I wrote, plus dlists written by eiz, to use if instead of ifte. 2005-09-25 06:03:36 +00:00
sqlite sqlite: add ability to bind parameters by name. 2005-10-02 23:00:11 +00:00
README.txt added README.txt 2005-10-04 19:28:16 +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
xml.factor using make-hash for attributes 2005-09-27 23:52:30 +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/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/gl/ -- OpenGL binding (Alex Chapman)

- 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/coroutines.factor -- coroutines (Chris Double)

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

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