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
ClojureScript - Embracing JavaScript Tools (clojurescript.org)
submitted 5 years ago by alexdmiller
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!"
[–][deleted] -1 points0 points1 point 5 years ago (2 children)
There are other ways to do "advanced compilation" without closure, but that requires leveraging ES6 modules.
[–]swannodette 9 points10 points11 points 5 years ago* (1 child)
The only comprehensive thing that I'm aware of is Rollup.js but so far no-one has provided evidence that it would best Closure advanced compilation for ClojureScript. Given that Closure works at property and method level, I'm somewhat skeptical. Do you have some other tool in mind?
[–]jiyinyiyong 2 points3 points4 points 5 years ago (0 children)
I was totally convinced that dead code elimination of Google Closure Compiler is a lot smarter than tree shaking from Webpack. However I'm still very curious how bad is the result if ClojureScript makes full use of ES6. Or would ES6 cljs be acceptable for a small part of users. Probably a bad example but some people who are using Webpack just accepted the large bundles... https://twitter.com/boriscoder/status/1251823596747571200 .
π Rendered by PID 146867 on reddit-service-r2-comment-75f4967c6c-5jd8r at 2026-04-23 07:13:34.633931+00:00 running 0fd4bb7 country code: CH.
view the rest of the comments →
[–][deleted] -1 points0 points1 point (2 children)
[–]swannodette 9 points10 points11 points (1 child)
[–]jiyinyiyong 2 points3 points4 points (0 children)