Aryadev Chavali 07a5f754da Update lib.lisp to be more imperative and include a threading macro
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.
2024-10-30 22:33:27 +00:00
2023-10-21 22:34:30 +01:00
2023-10-17 14:36:14 +01:00

Advent of Code

My solutions to the advent of code for each year. I dunno what languages I'll use per year ngl.

Description
No description provided
Readme Unlicense 84 KiB
Languages
Common Lisp 85.3%
Rust 3.4%
JavaScript 3%
OCaml 2.9%
Python 2.2%
Other 3.2%