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
misha 2021-01-15T21:25:52.002700Z

@jeffrey.wayne.evans eval

(set! *print-length* 100)
first. evaling infinite seqs in repls realizes them because print (as in REPrintL) is eager

2021-01-15T21:29:48.003Z

ah, right, forgot about printing. thank you!

👍 1