free-programming-interactive-tutorials-en.md 2.2 KB
Newer Older
1 2 3
###Bash
* [Learn Shell Programming](http://www.learnshell.org)

4

5 6 7
###C
* [Learn C](http://www.learn-c.org/)

8

9 10 11
###C#
* [Learn C#](http://www.learncs.org/)

12

13 14 15
###Clojure
* [Clojure Koans](http://clojurekoans.com/)
* [ClojureScript Koans](http://clojurescriptkoans.com/)
16
* [Try Clojure](http://tryclj.com/)
17 18 19 20 21


###CoffeeScript
* [Smooth CoffeeScript, Interactive Edition](http://autotelicum.github.io/Smooth-CoffeeScript/interactive/interactive-coffeescript.html)

22

23 24
###Erlang
* [Try Erlang](http://www.tryerlang.org/)
25

26

27
###Git
28
* [Githug](https://github.com/Gazler/githug) (Tutorial in shell)
29
* [Try Git](http://try.github.io)
30
* [Learn Git Branching](http://pcottle.github.io/learnGitBranching/)
31 32 33 34 35


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

36

37 38 39
###Haskell
* [Try Haskell!](http://tryhaskell.org/)

40

41 42 43
###Java
* [Learn Java](http://www.learnjavaonline.org/)

44

V
Victor Felder 已提交
45 46
###Javascript
* [Learning Advanced JavaScript](http://ejohn.org/apps/learn/)
47 48 49
* [Learn JavaScript](http://www.learn-js.org/)
* [Learn knockout.js](http://learn.knockoutjs.com)
* [Try jQuery](http://try.jquery.com/)
V
Victor Felder 已提交
50 51


52 53 54 55 56 57 58 59 60 61
###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)
62
* [Try Redis](http://try.redis.io/)
63

64 65 66

###Objective-C
* [Try Objective-C](http://tryobjectivec.codeschool.com)
67

68

69 70 71
###Ocaml
* [Try Ocaml](http://try.ocamlpro.com/)

72

73 74 75
###Perl
* [Perltuts.com](http://perltuts.com)

76

77 78 79
###PHP
* [Learn PHP](http://www.learn-php.org/)

80

81 82
###Python
* [How to Think Like a Computer Scientist: Learning with Python, Interactive Edition](http://interactivepython.org/courselib/static/thinkcspy/index.html)
83
* [Learn Python](http://www.learnpython.org/)
84 85
* [Python Koans](https://github.com/gregmalcolm/python_koans)

86

87 88
###R
* [Try R](http://tryr.codeschool.com)
89

90

91 92 93 94 95
###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/)
A
Alexander Fefelov 已提交
96

97

A
Alexander Fefelov 已提交
98 99
###Scala
* [Scala Tour](http://www.scala-tour.com/)
100

101

102 103
###Vim
* [Interactive Vim Tutorial](http://www.openvim.com/tutorial.html)