factor/contrib
chris.double fd1db437a5 add serialisation code 2006-03-02 20:43:58 +00:00
..
aim
cairo
concurrency remove out of date cont-responder docs 2006-02-23 02:15:32 +00:00
crypto crc32, rsa rename 2006-02-28 01:37:36 +00:00
factory Remove old xlib error handler code and files 2006-02-23 23:59:58 +00:00
httpd move contrib/cont-responder to httpd/examples 2006-02-23 02:26:29 +00:00
math crypto improvements, and blum blum shub 2006-02-27 05:04:25 +00:00
parser-combinators add html documentation for contrib libraries 2006-02-09 20:07:19 +00:00
postgresql
random-tester random-tester 2006-02-19 21:26:27 +00:00
space-invaders
sqlite add html documentation for contrib libraries 2006-02-09 20:07:19 +00:00
units
win32 win32 addfiles 2006-02-23 01:56:43 +00:00
x11 Fix load ordering in contrib/x11/load.factor 2006-02-23 23:30:18 +00:00
README.txt use a simple counter instead of gensym 2006-01-21 21:16:49 +00:00
coroutines.factor
dlists.factor
load.factor
process.factor Merge alien and displaced-alien types, assorted cleanups 2006-02-20 01:53:18 +00:00
serialise.factor add serialisation code 2006-03-02 20:43:58 +00:00
splay-trees.factor

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/random-tester/ -- Random compiler tester (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)