factor/contrib
Alex Chapman 04a27de131 Moved most of my stuff from x11-wrunt into x11. Added a few things to
Edouardo's xlib.factor to make my stuff work. Removed all but xlib.factor from
x11-wrunt. I have left that there because there may still be things in it that
are not yet in the other xlib.factor.

I've also added load2.factor which will load the files when factor's cwd is its
root dir.
2005-12-19 02:02:43 +00:00
..
aim httpd fixes 2005-11-30 04:49:58 +00:00
cairo Added more functions and enums 2005-10-07 18:02:22 +00:00
concurrency fix space invaders 2005-11-01 00:54:31 +00:00
cont-responder httpd fixes 2005-11-30 04:49:59 +00:00
crypto [[ -> { 2005-11-28 22:51:00 +00:00
factory Ported to 0.79 2005-12-02 10:47:18 +00:00
httpd new bootstrap system; some other code cleanups 2005-12-13 22:33:58 +00:00
math minor cleanups all over the place 2005-12-10 06:02:13 +00:00
parser-combinators Update contributed code I wrote, plus dlists written by eiz, to use if instead of ifte. 2005-09-25 06:03:36 +00:00
postgresql NULL -> f 2005-09-27 04:54:53 +00:00
space-invaders httpd fixes 2005-11-30 04:49:59 +00:00
sqlite httpd fixes 2005-11-30 04:49:59 +00:00
units VOP cleanups 2005-12-05 03:06:12 +00:00
win32 Copy/Paste work! 2005-12-14 01:04:54 +00:00
x11 Moved most of my stuff from x11-wrunt into x11. Added a few things to 2005-12-19 02:02:43 +00:00
README.txt Added entry for factory 2005-11-30 10:03:20 +00:00
coroutines.factor get coroutines code working with continuation changes 2005-09-18 06:32:02 +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

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/space-invaders/ -- Intel 8080-based Space Invaders arcade
  machine emulator (Chris Double)

- contrib/sqlite/ -- SQLite binding (Chris Double)

- contrib/coroutines.factor -- coroutines (Chris Double)

- contrib/dlists.factor -- double-linked-lists (Mackenzie Straight)

- contrib/xml.factor -- XML parser and writer (Daniel Ehrenberg)

- contrib/x11 -- X Window System client library (Eduardo Cavazos)