[ClojureScript] Re: Pressure towards ever larger namespace/file

2018-10-11 Thread Thomas Heller
> > > The three second compile time is with :compile-dependents false, > :optimizations :none and :parallel-build true. I would love to know if that > is atypical and what I might have set up wrong. > > It sounds slow but it really depends on what you are doing in the code. Typically using a

[ClojureScript] Re: Pressure towards ever larger namespace/file

2018-10-11 Thread Tom Locke
> Dynamic load is simply not possible due to the restrictions of the browser (all IO is async). A static load could be possible but I'm not convinced that it would actually change much. It seems to me this is a static problem that could have a static solution. Even just a static in-ns