factor/contrib
wayo.cavazos df9723f0b6 Minor factor.el fix 2006-05-29 13:49:59 +00:00
..
aim Use run-resource for code distributed with Factor; run-file is for user code. 2006-01-21 06:04:03 +00:00
cairo Changed alien constructor behavior, new-style string mode parsing for C enums and unions (C-ENUM: and C-UNION: words) 2006-03-27 00:47:51 +00:00
concurrency add while-no-messages to concurrency 2006-03-29 10:00:57 +00:00
crypto crc32, rsa rename 2006-02-28 01:37:36 +00:00
factory Update Factory for 0.82 2006-05-25 02:43:10 +00:00
httpd Updating HTTPD for 0.83 changes 2006-05-25 04:06:50 +00:00
math Remove unswons word 2006-05-09 15:30:26 +00:00
parser-combinators Remove unswons word 2006-05-09 15:30:26 +00:00
postgresql Use run-resource for code distributed with Factor; run-file is for user code. 2006-01-21 06:04:03 +00:00
random-tester random-tester changes 2006-05-17 21:37:37 +00:00
space-invaders space-invaders: remove hack whereby bitmap was stored in a variable 2006-03-29 11:23:58 +00:00
sqlite add html documentation for contrib libraries 2006-02-09 20:07:19 +00:00
units Use run-resource for code distributed with Factor; run-file is for user code. 2006-01-21 06:04:03 +00:00
x11 Make boids thread friendly 2006-05-29 13:49:33 +00:00
README.txt use a simple counter instead of gensym 2006-01-21 21:16:49 +00:00
coroutines.factor Fix Chris Double's coroutines package 2006-05-25 04:12:05 +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
factor.el Minor factor.el fix 2006-05-29 13:49:59 +00:00
load.factor Fix Chris Double's coroutines package 2006-05-25 04:12:05 +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/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)