diff --git a/free-programming-books.md b/free-programming-books.md index 0d7337e989cfc0a920790a9a1ea069ee5b505e13..d657800d0a201838244a37d2d8b408a73ee3f9b7 100644 --- a/free-programming-books.md +++ b/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/)