DEV Community

Discussion on: F# for JS Devs

Collapse
 
johannesvollmer profile image
Johannes Vollmer

Great article! I'm currently learning Elm and this was very interesting considering how similar it is to F#. Elm is a lot more minimal though. Thanks for the comparison to js too, of course :)

Collapse
 
gordonbgood profile image
GordonBGood

Elm is a great language for generating client side web pages and particularly good for learning programming (purely functionally) as it has greatly reduced complexity. However, due to the enforcement of this simplicity, it has some limitations that Fable (a F# transpiler to JavaScript) doesn't have and by using the Fable Elmish interface library for React, is almost as easy to use while providing much enhanced capabilities if one needs them.

Collapse
 
rametta profile image
Jason

Glad you liked it 🙂