Hacker News new | ask | show | jobs
by spectrum1234 3998 days ago
I'm somewhat new to web dev and new to functional programming. Can someone tell me how this is fundamentally different that ClojureScript + OM (https://github.com/omcljs/om) ?
1 comments

Fundamentally, I guess the difference is that one is type-safe, and the other isn't.

You can get compile time errors instead of runtime for bunch of things.

ClojureScript also, I think, has a better front-end story for squishier front ends at the moment (although there are a number of projects working on changing that).