factor/extra/lisp
Slava Pestov a96457cecc Initial import 2007-09-20 18:09:08 -04:00
..
lexer Initial import 2007-09-20 18:09:08 -04:00
listener Initial import 2007-09-20 18:09:08 -04:00
parser/mod Initial import 2007-09-20 18:09:08 -04:00
syntax Initial import 2007-09-20 18:09:08 -04:00
README Initial import 2007-09-20 18:09:08 -04:00
authors.txt Initial import 2007-09-20 18:09:08 -04:00
lisp.factor Initial import 2007-09-20 18:09:08 -04:00
summary.txt Initial import 2007-09-20 18:09:08 -04:00
tags.txt Initial import 2007-09-20 18:09:08 -04: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