Fork me on GitHub
#cljs-dev
<
2015-12-22
>
martinklepsch19:12:31

Is it correct that big namespaces take longer to compile? If so has anyone thought about an optimization compiling only changed forms or something similar? (Just thinking out loud)

thheller19:12:14

I think that would only produce nightmares with questionable gains

thheller19:12:48

incremental compilation is already problematic enough