Hacker News new | ask | show | jobs
by j45 1724 days ago
Am I missing something or is reactive clojure a web framework for a language too?

I don’t recall Clojure being a web centric language like PHP, ASP, etc.

1 comments

ClojureScript (JS target) is as web-centric as you can think, with what you can write front-end apps, Node.js apps, React and React Native apps, using Clojure.

Clojure (JVM target) can do back-end web as well as Java can, as well as anything else that Java can.

Clojure is a general-purpose programming language, so it can do pretty much anything.