factor/unmaintained
Slava Pestov 30a5296b9b Put extra/lisp in unmaintained until the test is fixed 2008-11-30 19:06:47 -06: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
balloon-bomber Move vocabularies which use delegation to unmaintained, and delete older unmaintained stuff 2008-08-27 16:23:35 -05:00
camera Move vocabularies which use delegation to unmaintained, and delete older unmaintained stuff 2008-08-27 16:23:35 -05:00
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
cpu/8080 move cpu to unmaintained. i will port it if i can get a space-invaders working to test the emulator 2008-09-01 18:26:19 -05:00
cryptlib Merge branch 'slava/master' into unicode 2008-02-21 15:45:17 -06:00
db/mysql move db.mysql 2008-08-31 03:07:23 -05:00
factory More more stuff to unmaintained because of compile errors 2008-11-16 17:20:02 -06:00
gap-buffer Move vocabularies which use delegation to unmaintained, and delete older unmaintained stuff 2008-08-27 16:23:35 -05:00
geom geom depends on mortar which has compiler errors. moving to unmaintained 2008-11-16 19:20:35 -06:00
headers Create basis vocab root 2008-07-28 22:03:13 -05:00
id3 Merge branch 'slava/master' into unicode 2008-02-21 15:45:17 -06:00
jni Re-add jni library to unmaintained 2008-06-03 11:01:04 +12:00
ldap Move ldap to unmaintained 2008-03-31 15:27:32 -06:00
lint trivial lint changes 2008-10-02 19:35:03 -05:00
lisp Put extra/lisp in unmaintained until the test is fixed 2008-11-30 19:06:47 -06:00
lsys Move vocabularies which use delegation to unmaintained, and delete older unmaintained stuff 2008-08-27 16:23:35 -05:00
lunar-rescue Move vocabularies which use delegation to unmaintained, and delete older unmaintained stuff 2008-08-27 16:23:35 -05:00
mad Merge branch 'slava/master' into unicode 2008-02-21 15:45:17 -06:00
mortar More more stuff to unmaintained because of compile errors 2008-11-16 17:20:02 -06:00
odbc Move odbc to unmtainained: compile errors 2008-11-16 17:18:10 -06:00
ogg ogg plays but 1) sound is broken and 2) it doesn't recognize EOF anymore, so it hangs at the end 2008-09-10 21:35:43 -05:00
pango Move vocabularies which use delegation to unmaintained, and delete older unmaintained stuff 2008-08-27 16:23:35 -05: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
random-tester knifin' around with random tester 2008-09-04 18:02:05 -05:00
semantic-db Move vocabularies which use delegation to unmaintained, and delete older unmaintained stuff 2008-08-27 16:23:35 -05:00
size-of Update code for builder removal 2008-11-10 05:07:25 -06:00
sniffer Fix merge conflicts 2008-03-06 13:54:15 -06:00
space-invaders Remove invaders.rom imported by accident 2008-09-12 03:24:40 -05:00
tangle Move vocabularies which use delegation to unmaintained, and delete older unmaintained stuff 2008-08-27 16:23:35 -05:00
tiling More more stuff to unmaintained because of compile errors 2008-11-16 17:20:02 -06:00
trees Move vocabularies which use delegation to unmaintained, and delete older unmaintained stuff 2008-08-27 16:23:35 -05:00
triggers Move vocabularies which use delegation to unmaintained, and delete older unmaintained stuff 2008-08-27 16:23:35 -05:00
turtle Move vocabularies which use delegation to unmaintained, and delete older unmaintained stuff 2008-08-27 16:23:35 -05:00
webapps Remove really obsolete stuff from unmaintained 2008-10-02 10:52:13 -05:00
x More more stuff to unmaintained because of compile errors 2008-11-16 17:20:02 -06: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)