|
|
@ -31,5 +31,15 @@
|
|
31
|
31
|
whole documentation and have spend too much time tracking weird
|
|
32
|
32
|
errors down that were all fixed by changing one place in the
|
|
33
|
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
|
37
|
* the jvm overhead is bad for my little computer (too slow, too much
|
|
35
|
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
|