Ask HN: Which functional language has the best ecosystem for a web backend?
1–10 of 80 posts
Re: Ask HN: Which functional language has the best ecosystem for a web backend?
#2If you want purely functional, both haskell and clojure do have a good backend community and quite a few good tools.
Re: Ask HN: Which functional language has the best ecosystem for a web backend?
#3JavaScript. If you want purely functional, both haskell and clojure do have a good backend community and quite a few good tools.
Re: Ask HN: Which functional language has the best ecosystem for a web backend?
#4Re: Ask HN: Which functional language has the best ecosystem for a web backend?
#5JavaScript. If you want purely functional, both haskell and clojure do have a good backend community and quite a few good tools.
I'd rather recommend TypeScript
Re: Ask HN: Which functional language has the best ecosystem for a web backend?
#6There may be other options depending on whether you consider JavaScript or Go to be a functional language.
Re: Ask HN: Which functional language has the best ecosystem for a web backend?
#7Re: Ask HN: Which functional language has the best ecosystem for a web backend?
#8Re: Ask HN: Which functional language has the best ecosystem for a web backend?
#9Today I would say Java/Scala mostly because of jvm access to huge numbers of libraries. But also because of things like Akka. There may be other options depending on whether you consider JavaScript or Go to be a functional language.
Spring boot (Java) is also very decent, and Play and akka-http have both first-class Java and Scala API's.
Kotlin has the same JVM advantage.