Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yurrriq/land-of-lisp
:book: Land of Lisp
https://github.com/yurrriq/land-of-lisp
common-lisp latex literate-programming noweb
Last synced: 23 days ago
JSON representation
:book: Land of Lisp
- Host: GitHub
- URL: https://github.com/yurrriq/land-of-lisp
- Owner: yurrriq
- License: wtfpl
- Created: 2017-10-08T10:29:53.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-15T05:47:07.000Z (about 7 years ago)
- Last Synced: 2024-11-17T07:29:21.661Z (3 months ago)
- Topics: common-lisp, latex, literate-programming, noweb
- Language: TeX
- Homepage: http://yurrriq.codes/land-of-lisp/
- Size: 2.56 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Land of Lisp
[![Build Status][Travis badge]][Travis link] [![Coverage][Coverage badge]][Coverage link]
*Working through examples from [Land of Lisp][book]*
| WIP | *Chapter* | *Title* | *Links* |
|------------|-----------|----------------------------------|----------------------------------------------------------------------------------------------------------|
| | 2 | The Guess-My-Number Game | [Source][guess.nw] / [Code][guess.lisp] / [Coverage][guess.lisp coverage] / [PDF][guess.pdf] |
| | 4 | Pudding Eater | [Source][pudding.nw] / [Code][pudding.lisp] / [Coverage][pudding.lisp coverage] / [PDF][pudding.pdf] |
| | 5 | The Wizard's Adventure Game | [Source][wizard5.nw] / [Code][wizard5.lisp] / [Coverage][wizard5.lisp coverage] / [PDF][wizard5.pdf] |
| | 6 | The Wizard's Adventure Game REPL | [Source][wizard6.nw] / [Code][wizard6.lisp] / [Coverage][wizard6.lisp coverage] / [PDF][wizard6.pdf] |
| :bangbang: | 7 | Visualizing Graphs | [Source][graphviz.nw] / [Code][graphviz.lisp] / [Coverage][graphviz.lisp coverage] / [PDF][graphviz.pdf] |
| :bangbang: | 8 | Grand Theft Wumpus | [Source][wumpus.nw] / [Code][wumpus.lisp] / [Coverage][wumpus.lisp coverage] / [PDF][wumpus.pdf] |[![Warning: Built Using Lisp](http://www.lisperati.com/lisplogo_warning2_256.png)](http://www.lisperati.com/logo.html)
[Travis badge]: https://travis-ci.org/yurrriq/land-of-lisp.svg?branch=master
[Travis link]: https://travis-ci.org/yurrriq/land-of-lisp
[Coverage badge]: https://img.shields.io/badge/coverage-22%25-red.svg?style=flat
[Coverage link]: https://yurrriq.github.io/land-of-lisp/coverage/
[book]: http://landoflisp.com
[guess.nw]: https://github.com/yurrriq/land-of-lisp/blob/master/src/guess.nw
[guess.lisp]: https://github.com/yurrriq/land-of-lisp/blob/master/src/guess.lisp
[guess.lisp coverage]: http://yurrriq.codes/land-of-lisp/coverage/d66391fe0fefae769f0642ebd4a7c1e2.html
[guess.pdf]: https://yurrriq.github.io/land-of-lisp/guess.pdf
[pudding.nw]: https://github.com/yurrriq/land-of-lisp/blob/master/src/pudding.nw
[pudding.lisp]: https://github.com/yurrriq/land-of-lisp/blob/master/src/pudding.lisp
[pudding.lisp coverage]: http://yurrriq.codes/land-of-lisp/coverage/f86224829b464c4ad35c5ff4eedd3986.html
[pudding.pdf]: https://yurrriq.github.io/land-of-lisp/pudding.pdf
[wizard5.nw]: https://github.com/yurrriq/land-of-lisp/blob/master/src/wizard5.nw
[wizard5.lisp]: https://github.com/yurrriq/land-of-lisp/blob/master/src/wizard5.lisp
[wizard5.lisp coverage]: http://yurrriq.codes/land-of-lisp/coverage/68bef9052143c6883beb88b1318bc676.html
[wizard5.pdf]: https://yurrriq.github.io/land-of-lisp/wizard5.pdf
[wizard6.nw]: https://github.com/yurrriq/land-of-lisp/blob/master/src/wizard6.nw
[wizard6.lisp]: https://github.com/yurrriq/land-of-lisp/blob/master/src/wizard6.lisp
[wizard6.lisp coverage]: http://yurrriq.codes/land-of-lisp/coverage/cb6de0f5c6764f2ade496d09c88d77a4.html
[wizard6.pdf]: https://yurrriq.github.io/land-of-lisp/wizard6.pdf
[graphviz.nw]: https://github.com/yurrriq/land-of-lisp/blob/master/src/graphviz.nw
[graphviz.lisp]: https://github.com/yurrriq/land-of-lisp/blob/master/src/graphviz.lisp
[graphviz.lisp coverage]: http://yurrriq.codes/land-of-lisp/coverage/9d665057221886d6156c067bccf642e6.html
[graphviz.pdf]: https://yurrriq.github.io/land-of-lisp/graphviz.pdf
[wumpus.nw]: https://github.com/yurrriq/land-of-lisp/blob/master/src/wumpus.nw
[wumpus.lisp]: https://github.com/yurrriq/land-of-lisp/blob/master/src/wumpus.lisp
[wumpus.lisp coverage]: http://yurrriq.codes/land-of-lisp/coverage/859003d8750077ac0cf1fe1fea3a4ec5.html
[wumpus.pdf]: https://yurrriq.github.io/land-of-lisp/wumpus.pdf