←back to thread

296 points gyre007 | 1 comments | | HN request time: 0s | source
Show context
axilmar ◴[] No.21281053[source]
Functional programming? absolutely 100% yes.

Functional programming languages? well, it depends on the problem.

If performance is an important issue, most of the time functional programming languages are a big 'no'.

replies(2): >>21281444 #>>21286405 #
1. DonaldPShimoda ◴[] No.21286405[source]
I mean, Jane Street use OCaml for high-frequency trading, where latency can cost significant amounts of money. They seem to be perfectly happy with it.