If you use functional languages to build full or part of your application or you are aware of any such commercial applications please share!
Ask HN: Which functional programming language is the popular enterprise choice?
1–10 of 91 posts
Re: Ask HN: Which functional programming language is the popular enterprise choice?
#2I'd guess Scala is the most popular choice, but for nearly every language you'll find a company using it for at least parts of their products.
Re: Ask HN: Which functional programming language is the popular enterprise choice?
#3None.
Re: Ask HN: Which functional programming language is the popular enterprise choice?
#4Jane Street is using OCAML. That or F# is my preferred choice.
Having said that, the tricky part is sticking to pure FP and coordinating data structures. Not impossible, but it's a foreign area for many shops.
Re: Ask HN: Which functional programming language is the popular enterprise choice?
#5I'd guess Scala is the most popular choice, but for nearly every language you'll find a company using it for at least parts of their products.
Can confirm. Scala is picking up slowly in financial services (JVM heritage certainly helps)
Re: Ask HN: Which functional programming language is the popular enterprise choice?
#6Elixir might pick up some mind share, similar to ruby but still keeps its erlang roots.
Re: Ask HN: Which functional programming language is the popular enterprise choice?
#7I guess you'd need to define what you mean by functional language. That term gets thrown around a lot, to the point of meaninglessness. If you mean referentially transparent then neither Scala nor F# are referentially transparent.
Re: Ask HN: Which functional programming language is the popular enterprise choice?
#8Clojure is gaining popularity. Staples uses it (their "SparX" group), and much more notably a Clojure service is used to process every single transaction in Walmart stores.
Re: Ask HN: Which functional programming language is the popular enterprise choice?
#9Clojure is pretty big in some places. The list here: http://clojure.org/Companies includes Staples Sparx, Walmart Labs, Groupon, and several other well known names.
Re: Ask HN: Which functional programming language is the popular enterprise choice?
#10Clojure's all the rage at the moment.