Ver Código Fonte

move the clojure how to learn section to the correct readme

clojure /= haskell
Lucas Stadler 10 anos atrás
pai
commit
7c656caddd
2 arquivos alterados com 9 adições e 9 exclusões
  1. 9 0
      clj/README.md
  2. 0 9
      hs/README.md

+ 9 - 0
clj/README.md

@ -58,3 +58,12 @@ Some examples for the quibbles.
58 58
59 59
* `(if (= something something-undefined) true-expr false-expr)` not
60 60
    throwing an exeption for `something-undefined` being not defined
61
62
## How To Learn
63
64
- write something that you wish existed
65
- play with the repl (Clojure excels at manipulating data, so take some data and play with it)
66
    - `doc` and `ns-publics` are your friends
67
- koans:
68
    - [4clojure](http://www.4clojure.com/)
69
    - ["Clojure Katas inspired by Alice in Wonderland"](https://github.com/gigasquid/wonderland-clojure-katas)

+ 0 - 9
hs/README.md

@ -25,12 +25,3 @@
25 25
      it again. Is on the list of "programs to read".
26 26
27 27
[lyah]: http://learnyouahaskell.com
28
29
## How To Learn
30
31
- write something that you wish existed
32
- play with the repl (Clojure excels at manipulating data, so take some data and play with it)
33
    - `doc` and `ns-publics` are your friends
34
- koans:
35
    - [4clojure](http://www.4clojure.com/)
36
    - ["Clojure Katas inspired by Alice in Wonderland"](https://github.com/gigasquid/wonderland-clojure-katas)