DEV Community

Discussion on: Introduction to functional programming with Python examples

Collapse
 
saint4eva profile image
saint4eva

Cool article. Thank you.

I also love writing functional style in C# where it makes sense, such as Linq, Lambda Expression, Recursive pattern matching, Switch expression, local function, Ranges & slices, Property pattern matching.

Once more, nice article.