factor/contrib
wayo.cavazos 054e296a15 Minor updates to contrib/x11/examples 2006-06-15 22:41:42 +00:00
..
aim Get contrib/aim/ to load 2006-06-15 06:19:10 +00:00
cairo Updating contrib/cairo/ for recent changes 2006-06-15 05:35:18 +00:00
concurrency contrib/*/load.factor updates 2006-06-15 06:19:30 +00:00
crypto Fix contrib/units/ to load, and some other fixes 2006-06-15 05:56:41 +00:00
factory Port factory to 0.83 plus other cosmetic changes 2006-06-15 22:39:13 +00:00
gap-buffer Fix contrib/units/ to load, and some other fixes 2006-06-15 05:56:41 +00:00
httpd Documentation updates 2006-06-17 03:12:40 +00:00
math Updating contrib/math/ for latest changes 2006-06-15 05:36:48 +00:00
parser-combinators Remove unswons word 2006-05-09 15:30:26 +00:00
postgresql Update contrib/postgresql/ for latest changes 2006-06-15 05:49:37 +00:00
random-tester Update contrib/random-tester/ for latest changes 2006-06-15 05:49:50 +00:00
space-invaders space-invaders: remove hack whereby bitmap was stored in a variable 2006-03-29 11:23:58 +00:00
sqlite contrib/*/load.factor updates 2006-06-15 06:19:30 +00:00
units Fix contrib/units/ to load, and some other fixes 2006-06-15 05:56:41 +00:00
vim updated factor.vim to use words from the kernel vocab as keywords 2006-04-18 12:02:31 +00:00
x11 Minor updates to contrib/x11/examples 2006-06-15 22:41:42 +00:00
README.txt Update contrib/README.txt 2006-06-15 06:19:00 +00:00
coroutines.factor Fix Chris Double's coroutines package 2006-05-25 04:12:05 +00:00
dlists.factor
factor.el Adjust wait time in factor.el 2006-06-15 22:37:54 +00:00
load.factor contrib/*/load.factor updates 2006-06-15 06:19:30 +00:00
partial-continuations.factor add blog entry note to partial continuations code 2006-03-18 11:52:07 +00:00
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 Fix examples and contrib 2006-04-23 21:29:42 +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/cairo/ -- cairo bindings (Sampo Vuori)

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

- contrib/crypto/ -- Various cryptographic algorithms (Doug Coleman)

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

- contrib/gap-buffer/ -- Efficient text editor buffer (Alex Chapman)

- contrib/httpd/ -- Web framework (HTTP server, client, XML parser,
  HTML generation...) (Slava Pestov, Chris Double, Daniel Ehrenberg)

- contrib/math/ -- extended math library (Doug Coleman,
  Daniel Ehrenberg, Slava Pestov)

- 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/process.factor -- Run external programs (Slava Pestov)

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