Top products from r/functionalprogramming

We found 3 product mentions on r/functionalprogramming. We ranked the 3 resulting products by number of redditors who mentioned them. Here are the top 20.

Next page

Top comments that mention products on r/functionalprogramming:

u/nsxt · 3 pointsr/functionalprogramming

Your math background really shouldn't be an issue. If you're curious, though, check out this primer on lambda calculus.

Also highly recommended is The Little Schemer, which should fit your bill perfectly as a beginner to functional programming.

u/toxicafunk · 3 pointsr/functionalprogramming

Learning Concurrent Programming in Scala covers many of these topics. Fit the more functional ones I just recommend going to https://zio.dev/ for purely functional (up to discipline) and to https://monix.io/docs/3x/ for the Observable and mostly functional.

u/didibus · 2 pointsr/functionalprogramming

My advice is to stick to Python for now, and work through the book Exercises in Programming Style https://www.amazon.com/dp/1482227371/ref=cm_sw_r_cp_apa_i_JHj3Db3Q6F3GM functional programming section.

After that, you can move to Clojure or Haskell.