DEV Community

Discussion on: Role of Java in modern web development

Collapse
 
zilti_500 profile image
Daniel Ziltener

You can use Clojure for that ;)

Thread Thread
 
alxgrk profile image
Alexander Girke

Clojure compiles to JavaScript? Didn't know that..

Thread Thread
 
zilti_500 profile image
Daniel Ziltener

It does indeed. You can even write code that is shared between both ClojureScript on the browser-side, and Clojure on the JVM server-side. Fulcro makes extensive use of that.