2018-02-03 21:26:31 +01:00
|
|
|
PC-LISP is a small implementation of LISP for just about any machine with a
|
2018-02-03 21:27:31 +01:00
|
|
|
good C compiler.
|
2018-02-03 21:26:31 +01:00
|
|
|
|
|
|
|
While small, it is capable of running a pretty good subset of Franz LISP.
|
|
|
|
The functions are supposed to perform in the same way as Franz with a few
|
|
|
|
exceptions made for effeciencies sake.
|