Added the bones of EVAL; tried to make cons-cell Seqable - failed
This commit is contained in:
parent
9f669d2d50
commit
6853c6c29c
3 changed files with 62 additions and 18 deletions
36
README.md
36
README.md
|
|
@ -2,31 +2,33 @@
|
|||
|
||||
LISP 1.5 is to all Lisp dialects as Beowulf is to Emglish literature.
|
||||
|
||||
## What this is
|
||||
|
||||
A work-in-progress towards an implementation of Lisp 1.5 in Clojure.
|
||||
|
||||
## BUT WHY?!!?!
|
||||
|
||||
Because.
|
||||
|
||||
Because Lisp is the only computer language worth learning, and if a thing is worth learning, it's worth learning properly; which means going back to the beginning and trying to understand that.
|
||||
|
||||
Because there is, so far as I know, no working implementation of Lisp 1.5 for modern machines.
|
||||
|
||||
Because I'm barking mad, and this is therapy.
|
||||
|
||||
## Installation
|
||||
|
||||
Download from http://example.com/FIXME.
|
||||
|
||||
## Usage
|
||||
|
||||
FIXME: explanation
|
||||
`java -jar beowulf-0.1.0-standalone.jar`
|
||||
|
||||
$ java -jar beowulf-0.1.0-standalone.jar [args]
|
||||
## Learning Lisp 1.5
|
||||
|
||||
## Options
|
||||
|
||||
FIXME: listing of options this app accepts.
|
||||
|
||||
## Examples
|
||||
|
||||
...
|
||||
|
||||
### Bugs
|
||||
|
||||
...
|
||||
|
||||
### Any Other Sections
|
||||
### That You Think
|
||||
### Might be Useful
|
||||
The `Lisp 1.5 Programmer's Manual` is still
|
||||
[in print, ISBN 13 978-0-262-13011-0](https://mitpress.mit.edu/books/lisp-15-programmers-manual); but it's also
|
||||
[available online](http://www.softwarepreservation.org/projects/LISP/book/LISP%201.5%20Programmers%20Manual.pdf).
|
||||
|
||||
## License
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue