

| |||||||
|
You are here: Root > Programming Languages > Common Lisp
Guy Steele's "FOO" language, as found on the ll1.mit.edu mailing list.
| Web site | http://fresh.homeunix.net/~luke/misc/foo1.lisp |
| Mailing list | |
| Version | - |
| Maturity | Experimental |
| OS compatibility | |
| ASDF installable | No |
| Official Download | http://fresh.homeunix.net/~luke/misc/foo1.lisp |
| Mirrored Download | |
| Source code repository |
Guy Steele wrote:
If you speak Common Lisp, you might find the following bit of code illuminating. ... This is an interpreter for a tiny Scheme-like language (I'll call it FOO) with just the following constructs:
- numeric literals
- variable names
- LAMBDA expressions
- IF
- function calls
and three built-in functions:
- +
- *
- CALL/CC
Common Lisp | Scheme | Software
You must be logged to add a note
You must be logged to add a comment