DEV Community

Discussion on: Do you consider learning Elm?

Collapse
 
drbearhands profile image
DrBearhands • Edited
  • Elm's functions are nearly total (you still get the halting problem). Haskell's are not.
  • Elm doesn't allow you or 3rd parties to sneak in side-effects somewhere.
  • Elm doesn't allow unsafe casting.
  • TEA is more limited than IO monads.