HACKER Q&A
📣 behnamoh

Programming language with good libraries and Math syntax of Haskell?


I love Haskell's syntax, but I hate its steep learning curve and uselessness in most applications (except compilers of course).

Julia seems to have similar list comprehensions syntax as Haskell, but I'm not so sure about other aspects of the language.

Is there a language with good libraries and "mathematical" syntax of Haskell?


  👤 aszen Accepted Answer ✓
Elm is generally known to be a simpler Haskell. It's only useful for frontend apps right now but worth a try