Explorar el Código

move the clojure how to learn section to the correct readme

clojure /= haskell
Lucas Stadler %!s(int64=10) %!d(string=hace) años
padre
commit
7c656caddd
Se han modificado 2 ficheros con 9 adiciones y 9 borrados
  1. 9 0
      clj/README.md
  2. 0 9
      hs/README.md

+ 9 - 0
clj/README.md

58
58
59
* `(if (= something something-undefined) true-expr false-expr)` not
59
* `(if (= something something-undefined) true-expr false-expr)` not
60
    throwing an exeption for `something-undefined` being not defined
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
      it again. Is on the list of "programs to read".
25
      it again. Is on the list of "programs to read".
26
26
27
[lyah]: http://learnyouahaskell.com
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)