1
0
mirror of https://github.com/namibia/free-programming-books.git synced 2024-06-02 06:20:48 +00:00

Merge pull request #31 from ajauhri/patch-1

Adding Racket
This commit is contained in:
vhf / victor felder 2013-10-12 01:25:26 -07:00
commit 10a3e6bb88

View File

@ -53,6 +53,7 @@
* [PostgreSQL](#postgresql)
* [Python](#python)
* [R](#r)
* [Racket](#racket)
* [Ruby](#ruby)
* [Ruby on Rails](#ruby-on-rails)
* [Rust](#rust)
@ -554,6 +555,10 @@
* [Computational Statistics, Jeremy Penzer](http://stats.lse.ac.uk/penzer/ST419materials/)
###Racket
* [Programming Languages: Application and Interpretation](http://cs.brown.edu/courses/cs173/2012/book/index.html)
###Ruby
* [Learn Ruby the hard way](http://ruby.learncodethehardway.org/book/)