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
 

FP is a big umbrella with a lot of interesting work happening. Let's help one-another stay up-to-date by sharing links of some of our favorite FP and FP-adjacent talks.

top 3 comments
sorted by: hot top controversial new old
[–] cercerilla@programming.dev 2 points 1 year ago

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.

[–] cnx 1 points 1 year ago

Roc at Handmade Seattle 2021 detailed optimization done by its compiler to make programs go on par in speed with imperative languages' implementations.

[–] kronicmage@lemmy.ca 1 points 1 year ago

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