Просмотр исходного кода

Clojure library learning, concrete examples section.

Lucas Stadler лет назад: 12
Родитель
Сommit
094704f592
1 измененных файлов с 10 добавлено и 0 удалено
  1. 10 0
      clj/README.md

+ 10 - 0
clj/README.md

31
        whole documentation and have spend too much time tracking weird
31
        whole documentation and have spend too much time tracking weird
32
        errors down that were all fixed by changing one place in the
32
        errors down that were all fixed by changing one place in the
33
        code
33
        code
34
    * learning new libraries without sufficient docs/tutorials (e.g.
35
        what are the arguments to this function, what does this map mean;
36
        maybe clojure wants me to think differently)
34
    * the jvm overhead is bad for my little computer (too slow, too much
37
    * the jvm overhead is bad for my little computer (too slow, too much
35
      memory consumed)
38
      memory consumed)
39
40
## Hickups
41
42
Some examples for the quibbles.
43
44
* `(if (= something something-undefined) true-expr false-expr)` not
45
    throwing an exeption for `something-undefined` being not defined