factor/unmaintained
Slava Pestov 6408b01e9d Add 'unportable' tag in place of hard-coded list of 'dangerous' vocabs in load-everything 2008-07-29 16:47:52 -05:00
..
arm Add 'unportable' tag in place of hard-coded list of 'dangerous' vocabs in load-everything 2008-07-29 16:47:52 -05:00
assoc-heaps
cabal
ce Move unmaintained code out 2008-07-28 22:11:24 -05:00
cont-responder Big web framework refactoring 2008-06-02 15:00:03 -05:00
cryptlib
enchilada
furnace-onigiri
headers Create basis vocab root 2008-07-28 22:03:13 -05:00
id3
io
irc
isequences
jni Re-add jni library to unmaintained 2008-06-03 11:01:04 +12:00
lambda
ldap Move ldap to unmaintained 2008-03-31 15:27:32 -06:00
lint Move lint and random-tester to unmaintained 2008-04-11 21:26:52 -05:00
lisp
mad
network-clipboard
pdf move pdf to unmaintained 2008-03-14 18:55:58 -06:00
prolog
random-tester Move lint and random-tester to unmaintained 2008-04-11 21:26:52 -05:00
regexp2 movin the regexp2 to unmaintained 2008-05-20 18:26:30 -05:00
regexp4 move regexp4 to unmaintained...regexp5 is coming soon 2008-05-23 16:30:19 -05:00
scaffold
shufflers move shufflers to unmaintained 2008-04-26 00:59:03 -05:00
sniffer Fix merge conflicts 2008-03-06 13:54:15 -06:00
webapps Move web apps to unmaintained/ for now; get more stuff in extra to load 2008-03-07 16:59:44 -06:00
wee-url
README.libs.txt
README.txt
factorbot.factor

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:

  "apps/modulename" require

Available applications:

- article-manager -- Web-based content management system (Chris Double)
- automata -- Graphics demo for the UI (Eduardo Cavazos)
- benchmarks -- Various performance benchmarks (Slava Pestov)
- boids -- Graphics demo for the UI (Eduardo Cavazos)
- factory -- X11 window manager (Eduardo Cavazos)
- furnace-fjsc -- Web frontend for libs/fjsc (Chris Double)
- furnace-onigiri -- Weblog engine (Matthew Willis)
- furnace-pastebin -- demo app for Furnace (Slava Pestov)
- help-lint -- online documentation typo checker (Slava Pestov)
- icfp-2006 -- implements the icfp 2006 vm, boundvariable.org (Gavin Harrison)
- http-server -- HTTP server (Slava Pestov, Chris Double)
- lindenmayer -- L-systems tool (Eduardo Cavazos)
- lisppaste -- Lisppaste XML-RPC demo (Slava Pestov)
- ogg-player -- Ogg Vorbis (audio) and Theora (video) player (Chris Double)
- print-dataflow -- Code to print compiler dataflow IR to the console, or show it in the UI (Slava Pestov)
- random-tester -- Random compiler tester (Doug Coleman)
- rss -- An RSS1, RSS2 and Atom parser and aggregator (Chris Double, Daniel Ehrenberg)
- space-invaders -- Intel 8080-based Space Invaders arcade machine emulator (Chris Double)
- tetris -- Tetris game (Alex Chapman)
- turing -- Turing machine demo (Slava Pestov)
- wee-url -- Web app to make short URLs from long ones (Doug Coleman)