Is there a Scala like Clojurescript? aka Integrated Scala Single Page Application

clojure, clojurescript, groovy, scala, single-page-application

Solution

Try http://www.scala-js.org/ a A Scala to JavaScript compiler

Problem

So ClojureScript One is rather incredible looking! You can make updates with your REPL in real time to a SPA. So something like this is rather impossible in Java where you don't have a REPL but it seems very possible in something like Groovy or Scala. I'm sort of a Lisp bigot (I really shouldn't be but oh well) and wondering if there is a Scala or Groovy like Clojurescript? Update: In theory it looks like one could wrap Scala/Groovy around Java's ItsNat. However I have some doubts about that project given it hasn't been updated since 2011 (also they have they ugliest website.. its like they tried to make it ugly). The license is also rather restrictive.

Original source