a thoughtful web.
Good ideas and conversation. No ads, no tracking.   Login or Take a Tour!
comment
korny  ·  3201 days ago  ·  link  ·    ·  parent  ·  post: What's your favorite alternative language to javascript and why?

I'm a fan of clojurescript - it's great to bring some of the power of clojure to the browser - compile-time macros, efficient immutable data types, asynchronous programming a-la goroutines.

It's still definitely a niche language - I'd mostly use it if I had a team who already know clojure, or if I needed something quite complex in the browser. But tools like om which provide a functional wrapper around React are looking awesome, and might give clojurescript some more widespread appeal.