DEV Community

Discussion on: How I (Finally) Built an App in Elm

Collapse
 
eljayadobe profile image
Eljay-Adobe

If you do get to the point that you want to make another attempt at an FP language, and you have some interest in .NET, then I highly recommend F# and The Book of F# by Dave Fancher.

F# is essentially OCaml for .NET, created by Don Syme of Microsoft Research Cambridge.

Unlike Elm, it isn't a pure FP language. (To be a first-class .NET language, it has to support .NET's OO paradigm.) But like Elm, it puts FP front-and-center.