free-programming-interactive-tutorials-en.md 1.3 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11
###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)
12
* [Learn Git Branching](http://pcottle.github.io/learnGitBranching/)
13 14 15 16 17 18


###Go
* [The Go Tutorial](http://golang.org/doc/go_tutorial.html)


V
Victor Felder 已提交
19 20 21 22
###Javascript
* [Learning Advanced JavaScript](http://ejohn.org/apps/learn/)


23 24 25 26 27 28 29 30 31 32 33
###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)

34 35 36
###Objective-C

* [Try Objective-C](http://tryobjectivec.codeschool.com)
37 38 39 40 41 42 43 44 45 46 47

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