Why ClojureScript Matters
blog.juxt.pro
Why ClojureScript Matters
1–10 of 121 posts
Re: Why ClojureScript Matters
#2Re: Why ClojureScript Matters
#3If nothing else it has added another unit of weight to the idea that I need to adopt CljS quickly before I am left completely behind. Now all I need is a project and more free time than I currently have... ;-)
Re: Why ClojureScript Matters
#4If you haven't used ClojureScript, it is definitely worth looking at.
Re: Why ClojureScript Matters
#5By the time JavaScript is being compiled down to WebAssembly you'll probably also be able to have the full Clojure, Scala, Java and other JVM based languages (also .Net languages) compiled down there as well.
Wasm is definitely a good start, but it is only a start right now. It's a good target for AOT languages, but really not suitable for interpreted or JITed ones right now.
Re: Why ClojureScript Matters
#6Re: Why ClojureScript Matters
#7Also, another thing to look at is eithe Facebook's flow or Typescript. It adds some type checking, really great. Especially if you are writing server side in Node.
Re: Why ClojureScript Matters
#8I like Clojure and I am interested in learning ClojureScript but this blog post makes a poor case for it.
Re: Why ClojureScript Matters
#9Re: Why ClojureScript Matters
#10If Om hurts your brain, I can't recommend Reagent enough: http://reagent-project.github.io/