Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kisom/pcl
practical common lisp
https://github.com/kisom/pcl
Last synced: 18 days ago
JSON representation
practical common lisp
- Host: GitHub
- URL: https://github.com/kisom/pcl
- Owner: kisom
- Created: 2012-07-13T20:52:35.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-08-22T03:38:07.000Z (about 12 years ago)
- Last Synced: 2024-10-11T02:46:47.028Z (about 1 month ago)
- Language: Common Lisp
- Size: 163 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## '(practical common lisp)
this is just the code to support working through the book
it is in the form of literate code, i.e. comments are used heavily to
document what is going on.the source for the book is: http://www.gigamonkeys.com/book/
note that because this is literate code, there are chapters where the
vast bulk of the source file is comments. for example, chapter 4
currently has 143 lines, but only two of those evaluate. (there are
120 lines of comments and 23 blank lines.)