DEV Community

Discussion on: Learning Functional Programming

Collapse
 
bobbypriambodo profile image
Bobby Priambodo

Nice list, Kasey. As Ben already said, ReasonML is really nice to do functional programming in a C-like syntax.

I would also add to this, since Rob mentioned Java, Kotlin and Scala can also be a good choice on doing FP on the JVM. Kotlin particularly is nicer with less syntactic cruft than Scala, and it's gaining traction from Android community.