What are advantages & disadvantages of pure functions? Python What are advantages & disadvantages of pure functions? Advantages are: - they are easy to read and test. - memoization. - easy to parallelize Disadvantage: - some functions need to perform i/o, which breaks this approach Learn More : Share this Share on FacebookTweet on TwitterPlus on Google+