factor/unmaintained
Eduardo Cavazos 7ae8324c38 move pdf to unmaintained 2008-03-14 18:55:58 -06:00
..
assoc-heaps Get furnace to load again 2008-02-23 23:15:50 -06:00
cabal New \u...... syntax; io.utf8 and io.utf16 can actually use strings now 2008-02-01 15:00:02 -06:00
cryptlib Merge branch 'slava/master' into unicode 2008-02-21 15:45:17 -06:00
enchilada Initial import 2007-09-20 18:09:08 -04:00
furnace-onigiri Massive name change in files, string streams 2008-02-15 22:20:31 -06:00
id3 Merge branch 'slava/master' into unicode 2008-02-21 15:45:17 -06:00
io Massive name change in files, string streams 2008-02-15 22:20:31 -06:00
irc Initial import 2007-09-20 18:09:08 -04:00
isequences Initial import 2007-09-20 18:09:08 -04:00
lambda Initial import 2007-09-20 18:09:08 -04:00
lisp New \u...... syntax; io.utf8 and io.utf16 can actually use strings now 2008-02-01 15:00:02 -06:00
mad Merge branch 'slava/master' into unicode 2008-02-21 15:45:17 -06:00
network-clipboard Move some unmaintained libaries to unmaintained 2008-02-18 16:18:59 -06:00
pdf move pdf to unmaintained 2008-03-14 18:55:58 -06:00
prolog Move some unmaintained libaries to unmaintained 2008-02-18 16:18:59 -06:00
scaffold Furnace cleanup 2007-12-06 01:06:44 -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 Initial import 2007-09-20 18:09:08 -04:00
README.libs.txt Initial import 2007-09-20 18:09:08 -04:00
README.txt Initial import 2007-09-20 18:09:08 -04:00
factorbot.factor Massive name change in files, string streams 2008-02-15 22:20:31 -06: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:

  "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)