]> gitweb.factorcode.org Git - factor.git/blob - unmaintained/README.txt
Initial import
[factor.git] / unmaintained / README.txt
1 This directory contains Factor code that is not part of the core
2 library, but is useful enough to ship with the Factor distribution.
3
4 Modules can be loaded from the listener:
5
6   "apps/modulename" require
7
8 Available applications:
9
10 - article-manager -- Web-based content management system (Chris Double)
11 - automata -- Graphics demo for the UI (Eduardo Cavazos)
12 - benchmarks -- Various performance benchmarks (Slava Pestov)
13 - boids -- Graphics demo for the UI (Eduardo Cavazos)
14 - factory -- X11 window manager (Eduardo Cavazos)
15 - furnace-fjsc -- Web frontend for libs/fjsc (Chris Double)
16 - furnace-onigiri -- Weblog engine (Matthew Willis)
17 - furnace-pastebin -- demo app for Furnace (Slava Pestov)
18 - help-lint -- online documentation typo checker (Slava Pestov)
19 - icfp-2006 -- implements the icfp 2006 vm, boundvariable.org (Gavin Harrison)
20 - http-server -- HTTP server (Slava Pestov, Chris Double)
21 - lindenmayer -- L-systems tool (Eduardo Cavazos)
22 - lisppaste -- Lisppaste XML-RPC demo (Slava Pestov)
23 - ogg-player -- Ogg Vorbis (audio) and Theora (video) player (Chris Double)
24 - print-dataflow -- Code to print compiler dataflow IR to the console, or show it in the UI (Slava Pestov)
25 - random-tester -- Random compiler tester (Doug Coleman)
26 - rss -- An RSS1, RSS2 and Atom parser and aggregator (Chris Double, Daniel Ehrenberg)
27 - space-invaders -- Intel 8080-based Space Invaders arcade machine emulator (Chris Double)
28 - tetris -- Tetris game (Alex Chapman)
29 - turing -- Turing machine demo (Slava Pestov)
30 - wee-url -- Web app to make short URLs from long ones (Doug Coleman)