programming-books/free-programming-interactiv...

53 lines
1.3 KiB
Markdown
Raw Normal View History

###Clojure
* [Clojure Koans](http://clojurekoans.com/)
* [ClojureScript Koans](http://clojurescriptkoans.com/)
###CoffeeScript
* [Smooth CoffeeScript, Interactive Edition](http://autotelicum.github.io/Smooth-CoffeeScript/interactive/interactive-coffeescript.html)
###Git
* [Try Git](http://try.github.io)
2014-01-08 19:11:20 +00:00
* [Learn Git Branching](http://pcottle.github.io/learnGitBranching/)
###Go
* [The Go Tutorial](http://golang.org/doc/go_tutorial.html)
2014-01-09 16:23:47 +00:00
###Javascript
* [Learning Advanced JavaScript](http://ejohn.org/apps/learn/)
###Lisp
* [Lisp Koans](https://github.com/google/lisp-koans)
###MATLAB
* [Interactive Tutorials for MATLAB, Simulink, Signal Processing, Controls, and Computational Mathematics](http://www.mathworks.com/tutorials)
###NoSQL
* [MongoDB Koans](https://github.com/chicagoruby/MongoDB_Koans)
###Objective-C
* [Try Objective-C](http://tryobjectivec.codeschool.com)
###Python
* [How to Think Like a Computer Scientist: Learning with Python, Interactive Edition](http://interactivepython.org/courselib/static/thinkcspy/index.html)
* [Python Koans](https://github.com/gregmalcolm/python_koans)
###Ruby
* [RubyMonk - Interactive Ruby tutorials](http://rubymonk.com)
* [CodeCademy Ruby](http://www.codecademy.com/tracks/ruby)
* [Try Ruby](http://tryruby.org/)
* [Ruby Koans](http://www.rubykoans.com/)
2014-01-14 19:27:39 +00:00
2014-01-14 19:27:39 +00:00
###Scala
* [Scala Tour](http://www.scala-tour.com/)