From 6e8a992ad1102529d06b79a391445dc6fb83a1f4 Mon Sep 17 00:00:00 2001 From: ajauhri Date: Fri, 11 Oct 2013 14:34:01 -0700 Subject: [PATCH] Adding Racket --- free-programming-books.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/free-programming-books.md b/free-programming-books.md index 2bcfae4f9..39f7042cb 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -51,6 +51,7 @@ * [PostgreSQL](#postgresql) * [Python](#python) * [R](#r) +* [Racket] (#racket) * [Ruby](#ruby) * [Ruby on Rails](#ruby-on-rails) * [Rust](#rust) @@ -541,6 +542,10 @@ * [Computational Statistics, Jeremy Penzer](http://stats.lse.ac.uk/penzer/ST419materials/) +###Racket +* [Programming Languages: Applications and Interpretation](http://cs.brown.edu/courses/cs173/2012/book/index.html) + + ###Ruby * [Learn Ruby the hard way](http://ruby.learncodethehardway.org/book/)