Browse Source

Merge pull request #31 from ajauhri/patch-1

Adding Racket
vhf / victor felder 12 years ago
parent
commit
10a3e6bb88
1 changed files with 5 additions and 0 deletions
  1. 5 0
      free-programming-books.md

+ 5 - 0
free-programming-books.md

@@ -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/)