Hey all! I’ve had to skip a few days around Christmas, but I’m finally all caught up. It’s been a great pleasure and honour to be able to learn so much from everyone in this channel. Thank you all!
My Day 24 with tree-seq: https://github.com/orestis/adventofcode/blob/master/clojure/aoc/src/aoc/2017_day24.clj
Day 25 is traditionally a simple one: https://github.com/orestis/adventofcode/blob/master/clojure/aoc/src/aoc/2017_day25.clj
Oof. Gave Synacor a poke, got the basic VM running. I forgot how rough it is working with bytes in Clojure.
@fellshard i did the same, as far as i can tell it's impossible to read unsigned bytes?
I have to consume them as signed bytes, then convert to their unsigned values inside a short.