kintrix

joined 10 months ago
[–] kintrix@linux.community 9 points 1 month ago

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@linux.community 3 points 1 month ago* (last edited 1 month 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

[–] kintrix@linux.community 5 points 1 month ago

https://adventofcode.com/

An advent calendar of coding puzzles. Dec 1-25 you get a new puzzle every day

[–] kintrix@linux.community 3 points 1 month ago* (last edited 1 month ago) (1 children)

I definitely am: https://git.sr.ht/~kintrix/aoc2024

(The README is wrong, just copied it over from last year)