Hacker News new | ask | show | jobs
by erokar 3970 days ago
> How does clojurescript compare to elm/purescript ?

Clojurescript is a Lisp with dynamic typing, Elm/Purescript are ML dialects where (static) typing is much more important, in Purescript more so than Elm.

I think Elm is interesting because it takes a rather uncompromising FRP approach to web development. Clojurescript does not strive for the same degree of functional fundamentalism.