Posts from 2017
4 posts
-
Another useful if macro
I'm working on a project now that requires a lot of lines like,
-
Clojure @
Of all the weird symbols in the Clojure language, one of my favorites is @. Good ol' deref. It's necessary, but for reasons that weren't intuitive to me.
-
Queues in clojure
Without the idea of a first in, first out (FIFO) queue, maintaining order would be very difficult. Or maybe, it's the other way around. Six to one, half a…
-
An Introduction to map, filter, and reduce
Higher order functions are a powerful tool for functional programmers. The idea of higher order functions/functions as data has given rise to three…
← all writing