Nix, because I hate myself. No, it is very much not made for this purpose. But it's possible to use if for this.
kintrix
joined 10 months ago
You can also use the pipe operators; but they are still experimental features.
foo (bar (baz x))
= x |> baz |> bar |> foo
= foo <| bar <| baz <| x
An advent calendar of coding puzzles. Dec 1-25 you get a new puzzle every day
I definitely am: https://git.sr.ht/~kintrix/aoc2024
(The README is wrong, just copied it over from last year)
Java