kintrix@linux.communitytoNix / NixOS@programming.dev•Is anyone else doing Advent Of Code in Nix?English
6·
25 days agoAn advent calendar of coding puzzles. Dec 1-25 you get a new puzzle every day
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)
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