Fork me on GitHub
#beginners
<
2016-10-10
>
tokenshift17:10:15

You can combine alot of that into a single let

tokenshift17:10:15

Aside from that, I like using let like this, because you can give obvious names to each piece, though there’s definitely more succinct ways to do it.

devo18:10:16

where is 'do' defined in the clojure source code? (source do) doesn't pull anything up in repl.

scriptor19:10:02

@devo pretty sure do is a special form