07a5f754da457631dc22e612a01e5d2cb26137d3
Instead of (f (g (h (j (k x))))) we can write
(-> (k x)
(j it)
(h it)
(g it)
(f it))
which is works really well for particularly large and complicated
expressions.
Advent of Code
My solutions to the advent of code for each year. I dunno what languages I'll use per year ngl.
Languages
Common Lisp
85.3%
Rust
3.4%
JavaScript
3%
OCaml
2.9%
Python
2.2%
Other
3.2%