Hacker News new | ask | show | jobs
by atlasM 2942 days ago
I’ve taken a look at Clojure and Haskell and I’m really liking them. How to F# and Erlang compare in terms of use case?
1 comments

Erlang is really good for any messaging and/or distributed system, but fails short of power for number-crunching, however you could write any compute-intensive parts in C/Rust and make a NIF link to them.

I think that F# it's the go-to functional language for interfacing with rest of the Microsoft stack, and with the .NET platform. It's also pretty widely used in the trading systems niche, but it hasn't exploded yet in popularity.