Fork me on GitHub
#untangled
<
2016-12-08
>
fragamus03:12:59

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

fragamus03:12:11

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

fragamus03:12:48

and rails look like silly string and LSD

mitchelkuijpers08:12:57

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

adambrosio18:12:46

@mitchelkuijpers really? even in :advanced compilation?

mitchelkuijpers18:12:09

@adambros yes pretty sure it wil keep the strings

adambrosio19:12:39

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

mitchelkuijpers22:12:30

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

adambrosio23:12:54

oh that, i thought we were just talking in general

adambrosio23:12:14

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

adambrosio23:12:23

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