1
0
mirror of https://github.com/namibia/free-programming-books.git synced 2024-12-24 15:55:26 +00:00

Merge pull request #532 from Semyonic/patch-1

Update Scheme #532
This commit is contained in:
Mohammad Hossein Mojtahedi 2013-12-30 08:27:52 -08:00
commit 61da5a3869

View File

@ -1310,6 +1310,8 @@ See also [TeX](#tex)
###Scheme
* [Concrete Abstractions: An Introduction to Computer Science Using Scheme](https://gustavus.edu/+max/concrete-abstractions.html)
* [How to Design Programs](http://htdp.org)
* [Structure and Interpretion of Computer Programs](http://mitpress.mit.edu/sicp/full-text/book/book.html)
* The Scheme Programming Language [Edition 3](http://www.scheme.com/tspl3/), [Edition 4](http://www.scheme.com/tspl4/)
* [Simply Scheme: Introducing Computer Science](http://www.cs.berkeley.edu/~bh/ss-toc2.html)
* [Teach Yourself Scheme in Fixnum Days](http://www.ccs.neu.edu/home/dorai/t-y-scheme/t-y-scheme.html)