untangled

NEW CHANNEL: #fulcro
fragamus 2016-12-08T03:37:59.000153Z

clojurescript is a pretty easy sell; I dare say it would be irrational not to use at least that

fragamus 2016-12-08T03:39:11.000154Z

om-next makes java/javascript look like stone knives and bearskins

fragamus 2016-12-08T03:52:48.000155Z

and rails look like silly string and LSD

😂 1
mitchelkuijpers 2016-12-08T08:22:57.000159Z

Also if you add a lot of docstrings it will increase your js size a lot

adambros 2016-12-08T18:21:46.000172Z

@mitchelkuijpers really? even in :advanced compilation?

mitchelkuijpers 2016-12-08T18:36:09.000173Z

@adambros yes pretty sure it wil keep the strings

adambros 2016-12-08T19:03:39.000174Z

http://dev.clojure.org/jira/browse/CLJS-1853 but if it is right, then fns do get their docstrings stripped

mitchelkuijpers 2016-12-08T22:01:30.000175Z

Yeah fns do but not maps with :doc "", sorry I think you know this already

mitchelkuijpers 2016-12-08T22:01:41.000176Z

😅

adambros 2016-12-08T23:47:54.000181Z

oh that, i thought we were just talking in general

adambros 2016-12-08T23:48:14.000182Z

but yeah, i think tony and i have worked a solution that i’ll be trying here soon

adambros 2016-12-08T23:48:23.000183Z

still uses a docstring on a fn, so we’d be ok