DEV Community

Discussion on: Do you consider learning Elm?

Collapse
 
leobm profile image
Felix Wittmann • Edited

I'd like the language design, very clean and simple, and great for beginners in functional programming. What I hate since v.19.0 that I can't write my own Javascript FFI code. I know ports, but that's more of a crutch. I understand the intention behind it, to keep the standard library clean and to prevent runtime errors, but I have the feeling that it limits me as a programmer. Therefore I don't really use elm at the moment :(

Edit:
Purescript is an interesting alternative, but very hard to learn, compared to elm. Also does not come close to the programming error help/assistance of elm.
F# is nice too (fable), but the community is very small and very windows and microsoft centered.

Collapse
 
mateiadrielrafael profile image
Matei Adriel • Edited

I did some f# on linux and had no problems with it!

If you want to learn ps and you are familiar with fp concepts just read the language reference!