387
Recursion (kbin.melroy.org)
you are viewing a single comment's thread
view the rest of the comments
[-] wise_pancake@lemmy.ca 3 points 1 week ago

The of the ideas of functional programming have gone on to influence the field.

Algebraic data types and monads are used heavily in Swift/Rust/Scala/Typescript.

Concepts like left/right associativity and pure functions are critical to the entire MapReduce paradigm of computing. Apache Spark, pandas, and the entire dataframe programming paradigm is basically functional programming (though most people suck at pandas and treat it like an object oriented tool).

I think a lot of React is also heavily inspired by functional programming, and modern concurrency schemes are inspired by functional programming.

F# and Haskell didn't win the language wars. I've worked on one erlang project and it was neat, but I think you're right, I mostly see MVC apps.

this post was submitted on 08 Apr 2025
387 points (98.3% liked)

Programmer Humor

22616 readers
1196 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS