DEV Community

Discussion on: What are your thoughts on functional programming? In PHP?

 
underscorefunk profile image
John Funk • Edited

It's a different language, but check out the ramda library for examples of really awesome functional programming. The documentation is great. Chris Okahravi has a superb video tutorial series on every single function in ramda too. —> youtube.com/playlist?list=PLrhzvIc...

If you REALLY want to get into it, check out Prof. Frisby's Mostly Adequate Guide to Functional Programming github.com/MostlyAdequate/mostly-a...

Thread Thread
 
drewknab profile image
Drew Knab

+1 for Frisby’s