├── koans.png ├── readme.md └── koans-en.md /koans.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmdrefat/awesome-koans/HEAD/koans.png -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- 1 | ![alt text](koans.png "kōans") 2 | ________________________________ 3 | 4 | > Kōans are a paradoxical anecdote or riddle, used in Zen Buddhism to demonstrate the inadequacy of _logical reasoning_ and to _provoke enlightenment_. 5 | 6 | # Intro 7 | 8 | If you enjoy trying things out, and learning new languages, this list will help to do that. 9 | 10 | # Kōans list 11 | - [English](https://github.com/ahmdrefat/koans/blob/master/koans-en.md) 12 | 13 | # Get Help 14 | [![githelp](https://dl.dropboxusercontent.com/u/32056767/githelp-badge.png "githelp")](https://githelp.io) 15 | -------------------------------------------------------------------------------- /koans-en.md: -------------------------------------------------------------------------------- 1 | # Kōans list 2 | 3 | ## Ruby 4 | - [http://rubykoans.com/](http://rubykoans.com/) 5 | - [https://github.com/neo/ruby_koans](https://github.com/neo/ruby_koans) 6 | - [https://github.com/sathish316/metaprogramming_koans](https://github.com/sathish316/metaprogramming_koans) 7 | 8 | ## Python 9 | - [https://github.com/gregmalcolm/python_koans](https://github.com/gregmalcolm/python_koans) 10 | 11 | ## Clojure 12 | - [https://github.com/functional-koans/clojure-koans](https://github.com/functional-koans/clojure-koans) 13 | ### core.logic 14 | - [https://github.com/sritchie/core.logic-koans](https://github.com/sritchie/core.logic-koans) 15 | ### ClojureScript 16 | - [http://clojurescriptkoans.com/](http://clojurescriptkoans.com/) 17 | 18 | ## Scala 19 | - [http://www.scalakoans.org/](http://www.scalakoans.org/) 20 | - [https://github.com/rubbish/scala-koans](https://github.com/rubbish/scala-koans) 21 | - [https://github.com/sbt/sbt-koan](https://github.com/sbt/sbt-koan) 22 | 23 | ## Groovy 24 | - [http://groovykoans.org/](http://groovykoans.org/) 25 | 26 | ## Lisp 27 | - [https://github.com/google/lisp-koans](https://github.com/google/lisp-koans) 28 | 29 | ## Angularjs 30 | - [https://github.com/bjpbakker/angular-koans](https://github.com/bjpbakker/angular-koans) 31 | 32 | ## Backbone 33 | - [https://github.com/larrymyers/backbone-koans](https://github.com/larrymyers/backbone-koans) 34 | 35 | ## CoffeeScript 36 | - [https://github.com/sleepyfox/coffeescript-koans](https://github.com/sleepyfox/coffeescript-koans) 37 | 38 | ## JavaScript 39 | - [https://github.com/liammclennan/JavaScript-Koans](https://github.com/liammclennan/JavaScript-Koans) 40 | - [https://github.com/mrdavidlaing/javascript-koans](https://github.com/mrdavidlaing/javascript-koans) 41 | 42 | ## Go 43 | - [https://github.com/cdarwin/go-koans](https://github.com/cdarwin/go-koans) 44 | 45 | ## Git 46 | - [http://gitimmersion.com/](http://gitimmersion.com/) 47 | 48 | ## FSharp 49 | - [https://github.com/ChrisMarinos/FSharpKoans](https://github.com/ChrisMarinos/FSharpKoans) 50 | 51 | ## Dart 52 | - [https://github.com/butlermatt/dart_koans](https://github.com/butlermatt/dart_koans) 53 | 54 | ## Perl 55 | - [https://github.com/forcedotcom/PerlKoans](https://github.com/forcedotcom/PerlKoans) 56 | 57 | ## CSharp 58 | - [https://bitbucket.org/srtsolutions/csharpkoans](https://bitbucket.org/srtsolutions/csharpkoans) 59 | 60 | ## Objective-C 61 | - [https://github.com/joecannatti/Objective-C-Koans](https://github.com/joecannatti/Objective-C-Koans) 62 | 63 | ## Java 64 | - [https://github.com/matyb/java-koans](https://github.com/matyb/java-koans) 65 | 66 | ## Haskell 67 | - [https://github.com/HaskVan/HaskellKoans](https://github.com/HaskVan/HaskellKoans) 68 | - [https://github.com/tonymorris/course](https://github.com/tonymorris/course) 69 | 70 | ## Erlang 71 | - [https://github.com/patrickgombert/erlang-koans](https://github.com/patrickgombert/erlang-koans) 72 | 73 | ## Elixir 74 | - [https://github.com/seven1m/30-days-of-elixir](https://github.com/seven1m/30-days-of-elixir) 75 | 76 | ## Lua 77 | - [https://github.com/kikito/lua_missions](https://github.com/kikito/lua_missions) 78 | 79 | ## Neo4j 80 | - [https://github.com/jimwebber/neo4j-tutorial](https://github.com/jimwebber/neo4j-tutorial) 81 | 82 | ## Mongodb 83 | - [https://github.com/chicagoruby/MongoDB_Koans](https://github.com/chicagoruby/MongoDB_Koans) 84 | 85 | ## Reactjs 86 | - [https://github.com/arkency/reactjs_koans](https://github.com/arkency/reactjs_koans) 87 | 88 | ## DotNet 89 | - [https://github.com/CoryFoy/DotNetKoans](https://github.com/CoryFoy/DotNetKoans) 90 | 91 | ## ColdFusion 92 | - [https://github.com/bittersweetryan/ColdFusion-Koans](https://github.com/bittersweetryan/ColdFusion-Koans) 93 | 94 | ## GNU Smalltalk 95 | - [https://github.com/sl4m/gnu_smalltalk_koans](https://github.com/sl4m/gnu_smalltalk_koans) 96 | 97 | ## Prolog 98 | - [https://github.com/araneforseti/prolog-koans](https://github.com/araneforseti/prolog-koans) 99 | 100 | ## MyBatis 101 | - [https://github.com/quux00/mybatis-koans](https://github.com/quux00/mybatis-koans) 102 | 103 | ## Bash 104 | - [https://github.com/marcinbunsch/bash_koans](https://github.com/marcinbunsch/bash_koans) 105 | 106 | ## DLang (D programming Language) 107 | - [https://github.com/ilmanzo/DLangKoans](https://github.com/ilmanzo/DLangKoans) 108 | 109 | ## PowerShell 110 | - [https://github.com/vexx32/PSKoans](https://github.com/vexx32/PSKoans) 111 | --------------------------------------------------------------------------------