other-languages

here be heresies and things we have to use for work
borkdude 2016-05-24T14:54:00.000945Z

funny, some type error someone checked in in an unrelated file to what I want to work on now, prevents me from continuing.

borkdude 2016-05-24T15:16:25.000946Z

turned out it was an sbt caching issue 😢

arrdem 2016-05-24T19:34:49.000948Z

For all that I'm willing to rag on the Clojure compiler, late linking via vars simplifies so many things.

arrdem 2016-05-24T19:35:06.000949Z

It's really really hard to get efficient, correct recompilation working.