The moose likes Jython/Python and the fly likes Functional Programming with Python Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Languages » Jython/Python
Reply Bookmark "Functional Programming with Python" Watch "Functional Programming with Python" New topic
Author

Functional Programming with Python

Michael Enudi
Greenhorn

Joined: Apr 24, 2011
Posts: 20
What are the major plus of using functional programming and what are the biggest plus of using it in our coding style.

Regards.
chris webster
Bartender

Joined: Mar 01, 2009
Posts: 1127
    
    7

Can't tell you anything about Python specifically, but Rich Hickey (author of Clojure) gave a great talk on "Simple Made Easy" with reference to functional programming. Definitely worth watching to understand the potential benefits of FP, whichever language you plan to use.


ex-Oracle bloke
Sumit Bisht
Ranch Hand

Joined: Jul 02, 2008
Posts: 310

Python fits into the concept of functional programming by itself as it has lot of language constructs that aid in doing this.
Generally, as your code becomes pythonic, it will contain certain amount of functional programming constructs/approaches. http://docs.python.org/howto/functional.html
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Functional Programming with Python
 
Similar Threads
Challenging Problem
please comment-OOP BAD
Tech Word Game
Buzzword for the way you can return and pass methods around
Clojure vs. OO/Functional hybrid