1
0
mirror of https://github.com/namibia/free-programming-books.git synced 2024-09-28 04:19:00 +00:00

Merge pull request #250 from johand/koans

koans
This commit is contained in:
vhf / victor felder 2013-10-23 14:00:43 -07:00
commit 78e2d6a274

View File

@ -412,6 +412,7 @@
* [The Clojure Style Guide](https://github.com/bbatsov/clojure-style-guide) * [The Clojure Style Guide](https://github.com/bbatsov/clojure-style-guide)
* [Data Sorcery with Clojure](http://data-sorcery.org/contents/) * [Data Sorcery with Clojure](http://data-sorcery.org/contents/)
* [Modern cljs](https://github.com/magomimmo/modern-cljs) * [Modern cljs](https://github.com/magomimmo/modern-cljs)
* [Clojure Koans](http://clojurekoans.com/)
###CoffeeScript ###CoffeeScript
@ -651,6 +652,7 @@ See also [TeX](#tex)
* [Practical Common Lisp](http://www.gigamonkeys.com/book/) * [Practical Common Lisp](http://www.gigamonkeys.com/book/)
* [Successful Lisp: How to Understand and Use Common Lisp](http://psg.com/~dlamkins/sl/) - David Lamkins * [Successful Lisp: How to Understand and Use Common Lisp](http://psg.com/~dlamkins/sl/) - David Lamkins
* [Sketchy LISP](http://www.bcl.hamilton.ie/~nmh/t3x.org/zzz/) - Nils Holm * [Sketchy LISP](http://www.bcl.hamilton.ie/~nmh/t3x.org/zzz/) - Nils Holm
* [Lisp Koans](https://github.com/google/lisp-koans)
###Lua ###Lua
@ -701,6 +703,7 @@ See also [TeX](#tex)
* [The Little Redis Book](http://openmymind.net/2012/1/23/The-Little-Redis-Book/) * [The Little Redis Book](http://openmymind.net/2012/1/23/The-Little-Redis-Book/)
* [The Little Riak Book](http://littleriakbook.com/) * [The Little Riak Book](http://littleriakbook.com/)
* [Graph Databases](http://graphdatabases.com/) * [Graph Databases](http://graphdatabases.com/)
* [MongoDB Koans](https://github.com/chicagoruby/MongoDB_Koans)
###Oberon ###Oberon
@ -835,6 +838,7 @@ See also [TeX](#tex)
* [Problem Solving with Algorithms and Data Structures](http://interactivepython.org/courselib/static/pythonds/index.html) * [Problem Solving with Algorithms and Data Structures](http://interactivepython.org/courselib/static/pythonds/index.html)
* [Python Module of the Week](http://pymotw.com/2/) * [Python Module of the Week](http://pymotw.com/2/)
* [Wikibooks: Python Programming](http://en.wikibooks.org/wiki/Python_Programming) * [Wikibooks: Python Programming](http://en.wikibooks.org/wiki/Python_Programming)
* [Python Koans](https://github.com/gregmalcolm/python_koans)
####Django ####Django
* [Djen of Django](http://agiliq.com/books/djenofdjango/) * [Djen of Django](http://agiliq.com/books/djenofdjango/)
@ -882,6 +886,7 @@ See also [TeX](#tex)
* [Ruby Essentials](http://www.techotopia.com/index.php/Ruby_Essentials) * [Ruby Essentials](http://www.techotopia.com/index.php/Ruby_Essentials)
* [Ruby Learning](http://rubylearning.com/) * [Ruby Learning](http://rubylearning.com/)
* [Try Ruby](http://tryruby.org/) * [Try Ruby](http://tryruby.org/)
* [Ruby Koans](http://www.rubykoans.com/)
###Ruby on Rails ###Ruby on Rails