Immutable Data Structures
ClojureScript provides persistent, immutable data structures which simplify reasoning about code and avoiding unintended side effects.
Functional Programming
ClojureScript is a Lisp that encourages functional programming, aiding the creation of concise and predictable code.
Interoperability with JavaScript
ClojureScript can interoperate seamlessly with JavaScript, allowing access to JavaScript libraries and facilitating interaction with existing JavaScript codebases.
REPL Driven Development
The REPL (Read-Eval-Print Loop) in ClojureScript enables rapid testing and iteration of code, resulting in more efficient development processes.
Rich Ecosystem
ClojureScript benefits from the rich ecosystem of Clojure libraries and tools, as well as those available in the JavaScript ecosystem.
LISP in the browser! You end up having to shit a large runtime with your app but it all transpiles to vanilla JS. https://clojurescript.org/. - Source: Hacker News / over 1 year ago
JS isn't perfect, but it's good enough. And there is ongoing effort to make it even better. Also, many other languages compile to JS (without WASM). Notably: - https://www.typescriptlang.org/ - https://coffeescript.org/ - https://clojurescript.org/ - https://www.transcrypt.org/ I wrote https://multi-launch.leftium.com, which is only 6% JS. The majority is Svelte (65%) + TypeScript (27%). ( - Source: Hacker News / over 1 year ago
A few years ago, I started learning the ClojureScript language and quickly became fascinated with functional programming. One day, I wondered if it would be possible to implement a similar programming style in Sass, allowing for anonymous functions and threading macros. After conducting some experiments, I came up with the following Sass functions:. - Source: dev.to / almost 2 years ago
I also didn't cheat by transpiling Clojure into JavaScript. (see ClojureScript). - Source: dev.to / about 2 years ago
Clojure has also a mature compiler to JavaScript. https://clojurescript.org/. Source: about 2 years ago
I now wish they'd called ClojureScript this. Source: over 2 years ago
Personally I would much rather use Clojurescript! https://clojurescript.org/. Source: over 2 years ago
FrontEnd is also an area where Clojure fits, particularly ClojureScript. If you don’t know the difference - watch this video. - Source: dev.to / over 2 years ago
I used ClojureScript and ROT.js to build it. - Source: dev.to / about 3 years ago
Alternative to Elm can be PureScript, ClojureScript, ReasonML, ReScript, and other languages that compile to JavaScript. There are also newer and interesting languages that are still in an explorative state like Ren or Derw. - Source: dev.to / over 3 years ago
Clojurescript (The whole point of this article!). - Source: dev.to / over 3 years ago
I've been messing with Clojure/ClojureScript for a few years having previously had zero Lisp experience. Overall, I think Clojure does a good job of being both practical and lispy. It's a language that is for building real things. I've been focusing on ClojureScript (https://clojurescript.org/) as you get the benefit of interoperating with the Javascript ecosystem. The fact that there's a strong community around... - Source: Hacker News / over 3 years ago
> ClojureScript is a compiler for Clojure that targets JavaScript. [1] If ClojureScript is compiled, why can't WASM be the same? [1] https://clojurescript.org/. - Source: Hacker News / over 3 years ago
I used the https://info.nobil.no/ to get the data and https://clojurescript.org/ to build the visualization. You can learn more about this project here: https://medium.com/comsystoreply/electrified-north-853b2c2ffdb7. Source: almost 4 years ago
I see that (fortunately for you), you're not familiar with ClojureScript which is used for writing CLJ code that targets web frontends. Source: almost 4 years ago
ClojureScript is an extension of Clojure language (which, in its turn, is a Lisp dialect) used for web programming on the client side. - Source: dev.to / about 4 years ago
A big problem certainly in the CLJS world is the main site https://clojurescript.org/ mentions editors that are no longer supported, cli commands that are now deprecated (in the getting started). Source: about 4 years ago
Do you know an article comparing ClojureScript to other products?
Suggest a link to a post with product alternatives.
This is an informative page about ClojureScript. You can review and discuss the product here. The primary details have not been verified within the last quarter, and they might be outdated. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.