(no title)
james-mcelwain | 5 years ago
Tooling is definitely important, so I don't want to downplay friction here, just curious about what other ecosystems do better.
james-mcelwain | 5 years ago
Tooling is definitely important, so I don't want to downplay friction here, just curious about what other ecosystems do better.
Royalaid|5 years ago
An exercise for you to try that might illustrate it. Setup create-react-app and get hello world up and running. Now do the same with Clojurescript. That should include a way to hot reload and edit because that is often the next steps.
Notice the friction that CLJS still has and the aimlessness of starting from a build script as is suggested on the Clojure site vs getting a functional build in two commands.
I don't want to come across as ungrateful for the hard work that David and Alex and the whole team put in, they are the only reason have dev tools that feel comfortable to me and I can't thank them enough for that, but I just want to point out that friction and difficulty and to try and get people who do understand to put themselves in the shoes of developers who don't and to acknowledge that we as a community can aspire to more.
Oreb|5 years ago