Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/viswanathgs/The-Little-Schemer
Scheme code snippets from the book "The Little Schemer", 4th edition
https://github.com/viswanathgs/The-Little-Schemer
Last synced: 3 months ago
JSON representation
Scheme code snippets from the book "The Little Schemer", 4th edition
- Host: GitHub
- URL: https://github.com/viswanathgs/The-Little-Schemer
- Owner: viswanathgs
- Created: 2012-03-08T17:40:54.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-06-27T11:17:36.000Z (over 12 years ago)
- Last Synced: 2024-05-23T04:49:26.557Z (6 months ago)
- Language: Scheme
- Homepage:
- Size: 112 KB
- Stars: 18
- Watchers: 5
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## The Little Schemer
A repo of Scheme code snippets from the book "The Little Schemer",
4th edition, by Daniel P. Friedman and Matthias Felleisen.All the programs were written using _MIT/GNU Scheme 9.1.1_.
The inspiration behind learning LISP (and hence the purchase of this
book) was Eric Raymond's widely popular article [How To Become A Hacker](http://www.catb.org/~esr/faqs/hacker-howto.html), in which he says,> "LISP is worth learning for a different reason — the profound
enlightenment experience you will have when you finally get it.
That experience will make you a better programmer for the rest
of your days, even if you never actually use LISP itself a lot".Get yourself a copy of this awesome book from Flipkart: http://bit.ly/AcxZAH
Viswanath Sivakumar, aka viswanathgs