Y
Hacker News
new
|
ask
|
show
|
jobs
by
nanomonkey
1671 days ago
This year I'm going to try it with Babashka, the native Clojure scripting runtime. See how far it can take me.
1 comments
Borkdude
1663 days ago
Babashka is fast-starting but slow-running (compared to JVM Clojure). AOC puzzles typically contain a lot of loops so you will likely run into the slow-running-ness. But it shouldn't be much trouble to move to Clojure when you hit this.
link