Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

ClojureScript has a baseline which you cannot go under. Can’t remember the exact number but it’s something like 250k (advanced compilation but not gzipped).

For this you get the immutable data structures, and a decent chunk of the standard library, which you would use anyway.

On top of that, everything else that you get from the ClojureScript ecosystem, which is run through the Google Closure Compiler, is added incrementally. Use only one function, pay only for one (and its dependencies).




Well, sure, for hello world! But these days anything you do with CLJS will involve the data structures, which is what brings in the dependencies :)




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: