Another classic FP talk is Rich Hickey's Simple Made Easy. I think he does a great job of talking about the differences between things that are simple, and things that are merely easy.
this post was submitted on 13 Jun 2023
6 points (100.0% liked)
Functional Programming
1389 readers
1 users here now
founded 1 year ago
MODERATORS
Roc at Handmade Seattle 2021 detailed optimization done by its compiler to make programs go on par in speed with imperative languages' implementations.
I'm a big fan of Fun with Semirings ! It's about solving graph problems with linear algebra and certain algebraic structures in a very pagerank-like manner