bowbahdoe / mccue.dev-comments

0 stars 0 forks source link

pages/12-3-22-practical-advent #13

Open utterances-bot opened 1 year ago

utterances-bot commented 1 year ago

A Practical Advent of Code

https://mccue.dev/pages/12-3-22-practical-advent

bowbahdoe commented 1 year ago

Rust solution by reddit user u/freax13.

https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=c4cc0491476037d9ac7b193cb5329c9e

bowbahdoe commented 1 year ago

C solution by reddit user u/skeeto

https://gist.github.com/skeeto/1fc12a2c973317df24daf842cd86cc33

Diggsey commented 1 year ago

Alternative Rust solution by me: https://play.rust-lang.org/?version=stable&mode=release&edition=2021&gist=a263bb9fb9e62609a82fb7adc43055bf

marlemie commented 1 year ago

Heyo!

Found you via the Clojure Deref. Very nice idea for a challenge. I did it in F# and the type provider made it pretty simple (to my own surprise).

https://github.com/PunkIslamist/mono/blob/main/apps/practical-advent-of-code/fsharp/paoc.fsx

origineering commented 1 month ago

love example problems, like this one, that highlight how poor some PLs are at following the coastline of the problem domain.