Fork me on GitHub
#adventofcode
<
2016-12-10
>
mnespor00:12:43

it goes a little faster assuming nothing crosses a boundary:

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

fellshard00:12:25

Juuust a little.

samueldev02:12:18

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

samueldev02:12:46

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

bhauman03:12:48

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

bhauman21:12:00

Very Cool!