factor/contrib
slava 587d02d35a 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
..
cairo contrib/ load fixes 2006-08-25 04:25:43 +00:00
calendar 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
concurrency Stack effect comments are not permitted inside word definitions 2006-09-03 23:28:26 +00:00
crypto crypto/math cleanups 2006-08-18 16:57:46 +00:00
factory Update Makefile's macosx.dmg rule 2006-09-04 01:49:07 +00:00
gap-buffer Changed argument order of {head,tail}{,-slice}{,*} and group 2006-07-30 00:36:25 +00:00
hexdump hexdump -- blah. instead of .blah 2006-08-10 04:27:54 +00:00
httpd 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
jedit contrib/jedit/ fix 2006-08-26 01:29:09 +00:00
json 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
lambda Update Makefile's macosx.dmg rule 2006-09-04 01:49:07 +00:00
lazy-lists Relocated lazy-lists as top-level contrib 2006-07-22 21:56:17 +00:00
match add simple pattern matcher contrib library 2006-09-05 03:04:27 +00:00
math 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
parser-combinators Stack effect comments are not permitted inside word definitions 2006-09-03 23:28:26 +00:00
postgresql Remove add-simple-library 2006-07-26 04:36:22 +00:00
random-tester 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
rss Fix botched regex replace 2006-09-03 23:32:37 +00:00
serialize fix integer serialization 2006-09-05 00:12:51 +00:00
space-invaders More stack effect fixes 2006-09-04 01:10:43 +00:00
sqlite And more stack effect fixes 2006-09-04 01:13:07 +00:00
topology Topology fixes 2006-08-30 09:40:36 +00:00
units 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
vim edit fixes, new :edit word 2006-08-25 04:02:30 +00:00
x11 Stack effect comments are not permitted inside word definitions 2006-09-03 23:28:26 +00:00
README.txt contrib/README.txt update 2006-08-31 21:02:54 +00:00
action-field.factor Add action-field gadget to contrib 2006-08-18 00:40:29 +00:00
all.factor contrib/emacs/ fix 2006-08-31 20:35:10 +00:00
automata.factor Update automata to 0.83 2006-07-28 06:14:26 +00:00
boids.factor boids load fix 2006-09-04 01:27:03 +00:00
coroutines.factor New module system 2006-06-19 00:58:11 +00:00
dlists.factor New module system 2006-06-19 00:58:11 +00:00
emacs.factor contrib/emacs/ fix 2006-08-31 20:35:10 +00:00
embedded.factor Changed argument order of {head,tail}{,-slice}{,*} and group 2006-07-30 00:36:25 +00:00
factor.el Add some usage notes to factor.el 2006-08-18 00:41:56 +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 Remove obsolete examples, module system simplification, fix parse-resource restart when bootstrapping parse-syntax.factor 2006-06-19 07:41:42 +00:00
slate.factor More module system hackery 2006-06-19 01:31:20 +00:00
splay-trees.factor Documentation and module system updates 2006-06-20 00:14:33 +00:00
vars.factor Minor vars fix 2006-08-29 22:31:50 +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:

  "modulename" require

Credits:

- action-field -- Extended field gadget for UI (Eduardo Cavazos)
- automata -- Graphics demo for the UI (Eduardo Cavazos)
- 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)
- httpd -- Web framework (HTTP server, client, XML parser, HTML generation...) (Slava Pestov, Chris Double, Daniel Ehrenberg)
- 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)
- 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)
- 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)