DEV Community

Discussion on: Introduction to functional programming with Python examples

Collapse
 
orelkan profile image
Orel Kanditan • Edited

Thanks for the article.

Personally I really don't like the syntax for functional programming in Python, it feels like it's encouraging me not to use it.. With the verbose "lambda" keyword and needing to wrap each function instead of object chaining (list.map().filter()...). I much prefer the syntax of Scala and also Javascript

Collapse
 
radekfabisiak profile image
Radoslaw Fabisiak

Had the same, my core language is Javascript, but when I started working more with Python I'm going into closer friends with his syntax.