factor/contrib
slava 72afa42895 Get all modules to load 2006-10-21 07:00:35 +00:00
..
benchmarks Module format change 2006-10-21 06:40:38 +00:00
cairo Module format change 2006-10-21 06:40:38 +00:00
calendar Module format change 2006-10-21 06:40:38 +00:00
concurrency Add +help+ to a couple of modules 2006-10-21 06:44:54 +00:00
crypto Module format change 2006-10-21 06:40:38 +00:00
factory Module format change 2006-10-21 06:40:38 +00:00
furnace Module format change 2006-10-21 06:40:38 +00:00
furnace-pastebin Module format change 2006-10-21 06:40:38 +00:00
gap-buffer Module format change 2006-10-21 06:40:38 +00:00
hexdump Module format change 2006-10-21 06:40:38 +00:00
httpd Module format change 2006-10-21 06:40:38 +00:00
jedit Module format change 2006-10-21 06:40:38 +00:00
jni Get all modules to load 2006-10-21 07:00:35 +00:00
json Module format change 2006-10-21 06:40:38 +00:00
lambda Module format change 2006-10-21 06:40:38 +00:00
lazy-lists Module format change 2006-10-21 06:40:38 +00:00
lindenmayer Module format change 2006-10-21 06:40:38 +00:00
match Module format change 2006-10-21 06:40:38 +00:00
math Module format change 2006-10-21 06:40:38 +00:00
parser-combinators Module format change 2006-10-21 06:40:38 +00:00
postgresql Module format change 2006-10-21 06:40:38 +00:00
process Module format change 2006-10-21 06:40:38 +00:00
random-tester Module format change 2006-10-21 06:40:38 +00:00
rss Module format change 2006-10-21 06:40:38 +00:00
serialize Module format change 2006-10-21 06:40:38 +00:00
slate Module format change 2006-10-21 06:40:38 +00:00
space-invaders Module format change 2006-10-21 06:40:38 +00:00
sqlite Module format change 2006-10-21 06:40:38 +00:00
tetris Module format change 2006-10-21 06:40:38 +00:00
textmate Get all modules to load 2006-10-21 07:00:35 +00:00
topology Module format change 2006-10-21 06:40:38 +00:00
units Module format change 2006-10-21 06:40:38 +00:00
usb Get all modules to load 2006-10-21 07:00:35 +00:00
vim Add +help+ to a couple of modules 2006-10-21 06:44:54 +00:00
x11 Remove obsolete examples from contrib/x11/ 2006-10-21 06:41:49 +00:00
README.txt Clean up contrib/vim and contrib/process 2006-10-21 05:54:24 +00:00
alien.factor fix stack effect 2006-10-04 04:09:59 +00:00
all.factor Start 0.86 with a contrib fix 2006-10-20 01:30:12 +00:00
automata.factor Add some missing PROVIDE: 2006-10-21 06:42:59 +00:00
boids.factor Add some missing PROVIDE: 2006-10-21 06:42:59 +00:00
cocoa-callbacks.factor Minor contrib/ fix 2006-10-14 04:27:54 +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 emacs: fix emacsclient stack effect 2006-10-08 10:37:52 +00:00
factor.el add font-lock keyword 2006-10-04 04:11:59 +00:00
http-client.factor http-client: fix requires/provides 2006-09-13 22:24:40 +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
sequences.factor fix contrib/sequences 2006-10-09 22:51:47 +00:00
splay-trees.factor splay-trees fix 2006-09-12 02:52:38 +00:00
vars.factor Module system changes and some small fixes 2006-09-06 21:01:38 +00:00
xml.factor fix two more stack effects 2006-10-06 23:22:52 +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)
- alien -- Alien utility words (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)
- cocoa-callbacks -- Allows you to use Factor quotations as actions (Slava Pestov)
- 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)
- factory -- X11 window manager (Eduardo Cavazos)
- furnace -- Web framework (Slava Pestov)
- furnace-pastebin -- demo app for Furnace (Slava Pestov)
- 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)
- jni -- Java Native Interface Wrapper (Chris Double)
- 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, Doug Coleman)
- random-tester -- Random compiler tester (Doug Coleman)
- rss -- Code to retrieve and parse an RSS2 file (Chris Double)
- sequences -- Non-core sequence words (Eduardo Cavazos)
- serialize -- Binary object serialization (Chris Double)
- slate -- Graphics canvas for the UI (Eduardo Cavazos)
- slate-examples -- Examples of how to use slate (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)
- tetris -- Tetris game (Alex Chapman)
- textmate -- TextMate integration (Benjamin Pollack)
- topology -- Computational algebraic topology (Slava Pestov)
- usb -- Wrapper for libusb (Chris Double)
- 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)