factor/contrib
chris.double 38f8050d34 update tuple-db docs for new 'contrib/tuple-db' require format 2006-09-09 05:17:38 +00:00
..
benchmarks Modularize tests 2006-09-06 22:32:41 +00:00
cairo Module system changes and some small fixes 2006-09-06 21:01:38 +00:00
calendar calendar load fix 2006-09-07 03:01:38 +00:00
concurrency convert concurrency html docs to factor docs 2006-09-09 05:11:48 +00:00
crypto contrib/math cleanup, SIGFPE bug on intel mac (other platforms?) 2006-09-07 23:29:13 +00:00
factory Module system changes and some small fixes 2006-09-06 21:01:38 +00:00
gap-buffer Module system changes and some small fixes 2006-09-06 21:01:38 +00:00
hexdump Module system changes and some small fixes 2006-09-06 21:01:38 +00:00
httpd httpd load fix 2006-09-07 03:19:54 +00:00
jedit Module system changes and some small fixes 2006-09-06 21:01:38 +00:00
json Module system changes and some small fixes 2006-09-06 21:01:38 +00:00
lambda Module system changes and some small fixes 2006-09-06 21:01:38 +00:00
lazy-lists Module system changes and some small fixes 2006-09-06 21:01:38 +00:00
match added help for MATCH-VARS: 2006-09-09 03:42:07 +00:00
math contrib/math cleanup, SIGFPE bug on intel mac (other platforms?) 2006-09-07 23:29:13 +00:00
parser-combinators Module system changes and some small fixes 2006-09-06 21:01:38 +00:00
postgresql Module system changes and some small fixes 2006-09-06 21:01:38 +00:00
random-tester Module system changes and some small fixes 2006-09-06 21:01:38 +00:00
rss update rss docs for new 'contrib/rss' format 2006-09-09 05:16:25 +00:00
serialize Module system changes and some small fixes 2006-09-06 21:01:38 +00:00
space-invaders Module system changes and some small fixes 2006-09-06 21:01:38 +00:00
sqlite update tuple-db docs for new 'contrib/tuple-db' require format 2006-09-09 05:17:38 +00:00
textmate TextMate support for fhtml 2006-09-08 23:48:59 +00:00
topology Module system changes and some small fixes 2006-09-06 21:01:38 +00:00
units Module system changes and some small fixes 2006-09-06 21:01:38 +00:00
vim Cleanups and fixes 2006-09-06 22:48:46 +00:00
x11 Module system changes and some small fixes 2006-09-06 21:01:38 +00:00
README.txt Single stepper now properly supports continuations 2006-09-09 01:12:18 +00:00
action-field.factor Module system changes and some small fixes 2006-09-06 21:01:38 +00:00
all.factor httpd load fix 2006-09-07 03:19:54 +00:00
automata.factor Module system changes and some small fixes 2006-09-06 21:01:38 +00:00
boids.factor Module system changes and some small fixes 2006-09-06 21:01:38 +00:00
coroutines.factor Module system changes and some small fixes 2006-09-06 21:01:38 +00:00
dlists.factor Module system changes and some small fixes 2006-09-06 21:01:38 +00:00
emacs.factor Module system changes and some small fixes 2006-09-06 21:01:38 +00:00
embedded.factor Module system changes and some small fixes 2006-09-06 21:01:38 +00:00
factor.el Add some usage notes to factor.el 2006-08-18 00:41:56 +00:00
http-client.factor httpd module split up 2006-09-06 08:25:43 +00:00
http.factor httpd module split up 2006-09-06 08:25:43 +00:00
partial-continuations.factor Kick off 0.85 by creating a new tools vocabulary and putting a bunch of stuff, including 'walk' there 2006-09-05 05:29:26 +00:00
process.factor fix <process-stream> memory corruption error 2006-09-08 02:26:43 +00:00
slate.factor Module system changes and some small fixes 2006-09-06 21:01:38 +00:00
splay-trees.factor Module system changes and some small fixes 2006-09-06 21:01:38 +00:00
vars.factor Module system changes and some small fixes 2006-09-06 21:01:38 +00:00
xml.factor Move XML into a standalone module 2006-09-06 08:26:53 +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.

Modules can be loaded from the listener:

  "contrib/modulename" require

Available libraries:

- action-field -- Extended field gadget for UI (Eduardo Cavazos)
- automata -- Graphics demo for the UI (Eduardo Cavazos)
- benchmarks -- Various performance benchmarks (Slava Pestov)
- boids -- Graphics demo for the UI (Eduardo Cavazos)
- cairo -- cairo bindings (Sampo Vuori)
- calendar -- timestamp/calendar with timezones (Doug Coleman)
- concurrency -- Erlang/Termite-style distibuted concurrency (Chris Double)
- coroutines -- coroutines (Chris Double)
- crypto -- Various cryptographic algorithms (Doug Coleman)
- dlists -- double-linked-lists (Mackenzie Straight)
- emacs -- emacs integration (Eduardo Cavazos)
- embedded -- simple template processor (Alex Chapman)
- factory -- X11 window manager (Eduardo Cavazos)
- gap-buffer -- Efficient text editor buffer (Alex Chapman)
- hexdump -- Hexdump routine (Doug Coleman)
- http -- Code shared by HTTP server and client (Slava Pestov)
- httpd -- HTTP server (Slava Pestov, Chris Double)
- http-client -- HTTP client (Slava Pestov)
- jedit -- jEdit editor integration (Slava Pestov)
- json -- JSON reader and writer (Chris Double)
- lambda -- Lambda calculus interpreter (Matthew Willis)
- lazy-lists -- Lazy evaluation lists (Chris Double, Matthew Willis)
- match -- pattern matching (Chris Double)
- math -- extended math library (Doug Coleman, Slava Pestov)
- parser-combinators -- Haskell-style parser combinators (Chris Double)
- postgresql -- PostgreSQL binding (Doug Coleman)
- process -- Run external programs (Slava Pestov)
- random-tester -- Random compiler tester (Doug Coleman)
- rss -- Code to retrieve and parse an RSS2 file (Chris Double)
- serialize -- Binary object serialization (Chris Double)
- slate -- Graphics canvas for the UI (Eduardo Cavazos)
- space-invaders -- Intel 8080-based Space Invaders arcade machine emulator (Chris Double)
- splay-trees -- Splay trees (Mackenzie Straight)
- sqlite -- SQLite binding (Chris Double)
- textmate -- TextMate integration (Benjamin Pollack)
- topology -- Computational algebraic topology (Slava Pestov)
- units -- Unit conversion (Doug Coleman)
- vars -- Alternative syntax for variables (Eduardo Cavazos)
- vim -- VIM integration (Alex Chapman)
- x11 -- X Window System client library (Eduardo Cavazos)
- xml -- XML parser (Daniel Ehrenberg)