adventofcode

Happy Advent 2020! Please put answers in the pinned threads or create one if it does not exist yet. | https://github.com/adventofcode-clojurians/adventofcode-clojurians | Join the private leaderboard with code 217019-4a55b8eb
mnespor 2016-12-10T00:32:43.000383Z

it goes a little faster assuming nothing crosses a boundary:

advent.day9> (time (decompress-3 input))
"Elapsed time: 58.791967 msecs"

fellshard 2016-12-10T00:33:25.000384Z

Juuust a little.

samueldev 2016-12-10T02:57:18.000385Z

wondering if anyone can point me in the direction of how one might clear the cider repl

samueldev 2016-12-10T02:57:19.000386Z

from code

samueldev 2016-12-10T02:57:46.000387Z

(I’m trying to draw the new board fresh @ the top of the repl after every step in day 8)

bhauman 2016-12-10T03:53:48.000388Z

@samueldev c-c c-p is like c-x c-e but pretty prints it to a buffer

2016-12-10T16:15:23.000390Z

my code is here: https://github.com/thegeez/clj-advent-of-code-2016

cjmurphy 2016-12-10T19:29:36.000393Z

And my code is here: https://github.com/chrismurrph/advent-of-code

bhauman 2016-12-10T21:20:00.000397Z

Very Cool!