]> gitweb.factorcode.org Git - factor.git/blob - extra/lisp/README
Initial import
[factor.git] / extra / lisp / README
1
2 USE: lisp.listener lisp-listener
3
4 This only works with a tty listener. lisp-listener doesn't play well
5 with the ui listener.
6
7 There is no run-file. Just paste in your code. :-)
8
9 If you pick a name for a symbol that's already used in some Factor
10 vocabulary, Factor Lisp will complain. For example, x and y are words
11 in the gadgets-paragraphs vocabulary. To use these as symbols in
12 Factor Lisp, just do this before you use them:
13
14        SYMBOL: x
15        SYMBOL: y