←back to thread

296 points gyre007 | 1 comments | | HN request time: 0.352s | source
Show context
BrissyCoder ◴[] No.21280905[source]
People at the places I work keep memeing links to blog posts along the lines of "OOP is dead. Functional programming is the new king".

Yet to see a single line of a functional language in production.

As other commenters have mentioned most decent modern lanuages are multi-paradigm.

replies(9): >>21280928 #>>21281029 #>>21281110 #>>21281306 #>>21281812 #>>21283526 #>>21285298 #>>21285583 #>>21286410 #
1. mplanchard ◴[] No.21281110[source]
There is lots of functional language code in production.

As a recent example GitHub uses this Haskell application for code analysis: https://github.com/github/semantic

Also, Erlang powers a huge amount of the US’ cellular infrastructure, as well as RabbitMQ, which is used in a ton of production workloads.

There’s actually a pretty decent list on Wikipedia: https://en.m.wikipedia.org/wiki/Functional_programming