a thoughtful web.
Good ideas and conversation. No ads, no tracking.   Login or Take a Tour!
comment by Magnnus
Magnnus  ·  3206 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?





naaktman  ·  3200 days ago  ·  link  ·  

> 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

psudo  ·  3201 days ago  ·  link  ·  

You can also check out Scala.js. It gives you access to a very mature mostly functional language as well as several of it's biggest and most popular libraries.