←back to thread

296 points gyre007 | 1 comments | | HN request time: 0.217s | 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 #
1. Grue3 ◴[] No.21283583[source]
Common Lisp is a great language for OOP programming though. Almost any serious CL code heavily uses CLOS.