factor/unmaintained/lisp
Slava Pestov ff55f0f4cc New \u...... syntax; io.utf8 and io.utf16 can actually use strings now 2008-02-01 15:00:02 -06:00
..
lexer New \u...... syntax; io.utf8 and io.utf16 can actually use strings now 2008-02-01 15:00:02 -06:00
listener New \u...... syntax; io.utf8 and io.utf16 can actually use strings now 2008-02-01 15:00:02 -06:00
parser/mod New \u...... syntax; io.utf8 and io.utf16 can actually use strings now 2008-02-01 15:00:02 -06:00
syntax New \u...... syntax; io.utf8 and io.utf16 can actually use strings now 2008-02-01 15:00:02 -06:00
README New \u...... syntax; io.utf8 and io.utf16 can actually use strings now 2008-02-01 15:00:02 -06:00
authors.txt New \u...... syntax; io.utf8 and io.utf16 can actually use strings now 2008-02-01 15:00:02 -06:00
lisp.factor New \u...... syntax; io.utf8 and io.utf16 can actually use strings now 2008-02-01 15:00:02 -06:00
summary.txt New \u...... syntax; io.utf8 and io.utf16 can actually use strings now 2008-02-01 15:00:02 -06:00
tags.txt New \u...... syntax; io.utf8 and io.utf16 can actually use strings now 2008-02-01 15:00:02 -06:00

README

USE: lisp.listener lisp-listener

This only works with a tty listener. lisp-listener doesn't play well
with the ui listener.

There is no run-file. Just paste in your code. :-)

If you pick a name for a symbol that's already used in some Factor
vocabulary, Factor Lisp will complain. For example, x and y are words
in the gadgets-paragraphs vocabulary. To use these as symbols in
Factor Lisp, just do this before you use them:

       SYMBOL: x
       SYMBOL: y