←back to thread

296 points gyre007 | 1 comments | | HN request time: 0s | 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 #
fheld ◴[] No.21280928[source]
might be interesting for you, Lips in production:

https://tech.grammarly.com/blog/running-lisp-in-production

replies(3): >>21281359 #>>21281374 #>>21283583 #
juki ◴[] No.21281359[source]
Notice that they are using Common Lisp, which is a multi-paradigm language, rather than a more functional lisp like Clojure.
replies(1): >>21281654 #
1. TurboHaskal ◴[] No.21281654[source]
They also use Clojure at Grammarly AFAIK.