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

108 lines
2.3 KiB
Markdown
Raw Normal View History

2014-01-16 18:01:34 +00:00
###Bash
* [Learn Shell Programming](http://www.learnshell.org)
2014-01-16 18:01:34 +00:00
###C
* [Learn C](http://www.learn-c.org/)
2014-01-16 18:01:34 +00:00
###C#
* [Learn C#](http://www.learncs.org/)
###Clojure
* [Clojure Koans](http://clojurekoans.com/)
* [ClojureScript Koans](http://clojurescriptkoans.com/)
2014-01-16 18:01:34 +00:00
* [Try Clojure](http://tryclj.com/)
###CoffeeScript
* [Smooth CoffeeScript, Interactive Edition](http://autotelicum.github.io/Smooth-CoffeeScript/interactive/interactive-coffeescript.html)
2014-01-16 18:01:34 +00:00
###Erlang
* [Try Erlang](http://www.tryerlang.org/)
2014-01-29 19:50:43 +00:00
###F#
* [Try F#](http://www.tryfsharp.org/)
###Git
2014-01-16 18:03:17 +00:00
* [Githug](https://github.com/Gazler/githug) (Tutorial in shell)
2014-01-08 19:11:20 +00:00
* [Learn Git Branching](http://pcottle.github.io/learnGitBranching/)
2014-01-21 01:32:26 +00:00
* [Try Git](http://try.github.io)
###Go
* [The Go Tutorial](http://golang.org/doc/go_tutorial.html)
2014-01-16 18:01:34 +00:00
###Haskell
* [Try Haskell!](http://tryhaskell.org/)
2014-01-16 18:01:34 +00:00
###Java
* [Learn Java](http://www.learnjavaonline.org/)
2014-02-03 06:32:43 +00:00
###JavaScript
2014-01-09 16:23:47 +00:00
* [Learning Advanced JavaScript](http://ejohn.org/apps/learn/)
2014-01-16 18:01:34 +00:00
* [Learn JavaScript](http://www.learn-js.org/)
* [Learn knockout.js](http://learn.knockoutjs.com)
* [Try jQuery](http://try.jquery.com/)
2014-01-09 16:23:47 +00:00
###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)
2014-01-16 18:01:34 +00:00
* [Try Redis](http://try.redis.io/)
###Objective-C
* [Try Objective-C](http://tryobjectivec.codeschool.com)
2014-01-16 18:01:34 +00:00
###Ocaml
* [Try Ocaml](http://try.ocamlpro.com/)
2014-01-16 18:01:34 +00:00
###Perl
* [Perltuts.com](http://perltuts.com)
2014-01-16 18:01:34 +00:00
###PHP
* [Learn PHP](http://www.learn-php.org/)
###Python
* [How to Think Like a Computer Scientist: Learning with Python, Interactive Edition](http://interactivepython.org/courselib/static/thinkcspy/index.html)
2014-01-16 18:01:34 +00:00
* [Learn Python](http://www.learnpython.org/)
* [Python Koans](https://github.com/gregmalcolm/python_koans)
2014-01-16 18:01:34 +00:00
###R
* [Try R](http://tryr.codeschool.com)
###Ruby
* [CodeCademy Ruby](http://www.codecademy.com/tracks/ruby)
* [Ruby Koans](http://www.rubykoans.com/)
2014-01-21 01:34:12 +00:00
* [RubyMonk - Interactive Ruby tutorials](http://rubymonk.com)
* [Try Ruby](http://tryruby.org/)
2014-01-14 19:27:39 +00:00
2014-01-14 19:27:39 +00:00
###Scala
* [Scala Tour](http://www.scala-tour.com/)
2014-01-16 18:01:34 +00:00
2014-01-16 18:01:34 +00:00
###Vim
* [Interactive Vim Tutorial](http://www.openvim.com/tutorial.html)