by swannodette on 7/12/17, 5:38 PM with 42 comments
by priornix on 7/12/17, 11:12 PM
[1] https://hackernoon.com/how-it-feels-to-learn-javascript-in-2...
by swannodette on 7/12/17, 8:24 PM
by lilactown on 7/12/17, 9:42 PM
Will be interesting to see how this impacts things like the React Native and Node.js service-side stories.
by mtnygard on 7/12/17, 8:38 PM
It'll be nice to have such an easy integration.
by nickbauman on 7/12/17, 8:53 PM
by xiaoma on 7/13/17, 4:43 AM
by fiatjaf on 7/12/17, 9:05 PM
For example, in https://github.com/omcljs/om/blob/c68e668a73cc534ecfdc71d631... (couldn't think of any Clojurescript library), you have `[om.dom`, `[cljsjs.react`, `[goog.dom`. Where does the compiler look for these things? How does it knows one is a local module and the other an external package?
I need to know this so I can implement it in https://github.com/fiatjaf/module-linker
by kcorbitt on 7/12/17, 9:35 PM
by fernandohur on 7/17/17, 7:23 PM
Keep up the good work!
by curryingyou on 7/13/17, 1:05 AM
by bribri on 7/13/17, 12:47 AM
by Scarbutt on 7/12/17, 9:42 PM
Is passing through the complexity, pain and all the caveats one can encounter from this really worth it for using Clojurescript? Serious question, now that with have ES6+ and today babel/webpack are solid tools.
I mean from all the modules mess, I didn't get what's the correct way to do javascript interop right now.