Good ideas and conversation. No ads, no tracking. Login or Take a Tour!
Magnnus · 3452 days ago · link · · parent · post: What's your favorite alternative language to javascript and why?
This looks fantastic. Very similar to Haskell. I've always liked Haskell, but it doesn't have the library support for most of my work. Looks like I can use Elm for my front-end scripting. How well supported is it, and can it easily interface with native javascript?
> How well supported is it Elm is created almost solely by Evan Czaplicki, there are some other contributors but for the most part it looks like a one-man-show. FWIW he does seem to be very responsive, and the mailing list is full of people who'll help. > can it easily interface with native javascript? There is a "port" mechanism, it is described here: https://github.com/evancz/elm-html-and-js