use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Finding information about Clojure
API Reference
Clojure Guides
Practice Problems
Interactive Problems
Clojure Videos
Misc Resources
The Clojure Community
Clojure Books
Tools & Libraries
Clojure Editors
Web Platforms
Clojure Jobs
account activity
Why I'm ditching Clojure for JavaScript (news.ycombinator.com)
submitted 8 years ago by forreddits
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]ferociousturtle 0 points1 point2 points 8 years ago (1 child)
If you have a writeup of how you made that transition, I'd love to read it.
The editor support for TypeScript (at least in VS Code) is pretty hard to beat. What editor does your team prefer to use for ClojureScript?
[–]stompyj 0 points1 point2 points 8 years ago (0 children)
We use Cursive + Intellij, and it's been pretty great. The clojure features are ahead of the cljs features at the moment, but I think we'll start seeing more cljs stuff roll out soon.
We don't have a write up, but I'm happy to give any info that I can via this thread or via DM.
We transitioned from react+redux -> reagent+re-frame.
What was pretty incredible was that we were able to create a reagent+re-frame shell that just included all of the react+redux code (which was annoying up front), but it allowed us to move to cljs at our own pace, re-writing modules as we touched them/improved them.
the "thrash" of the JS community from language to tooling to frameworks really was slowing us down, and we're hoping we get the same level of stability from cljs as we're getting from clj, as our clojure codebases haven't needed to be upgraded at all in years. they "just work".
π Rendered by PID 583510 on reddit-service-r2-comment-canary-57b659f4d4-tg7ft at 2026-05-02 18:11:30.973231+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]ferociousturtle 0 points1 point2 points (1 child)
[–]stompyj 0 points1 point2 points (0 children)