The Artima Developer Community
Sponsored Link

Python Buzz Forum
In praise of functional programming

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Simon Willison

Posts: 282
Nickname: simonw
Registered: Jun, 2003

Simon Willison is a web technology enthusiast studying for a Computer Science degree at Bath Uni, UK
In praise of functional programming Posted: Jul 1, 2003 8:36 PM
Reply to this message Reply

This post originated from an RSS feed registered with Python Buzz by Simon Willison.
Original Post: In praise of functional programming
Feed Title: Simon Willison: Python
Feed URL: http://simon.incutio.com/syndicate/python/rss1.0
Feed Description: Simon Willison's Python cateory
Latest Python Buzz Posts
Latest Python Buzz Posts by Simon Willison
Latest Posts From Simon Willison: Python

Advertisement

Via Joe Gregorio, Functional programming in Python Part 1 and Part 2. I'm reading Structure and Interpretation of Computer Programs at the moment (available for free online, but I've got a library copy) and it has been getting me seriously interested in the functional programming paradigm. It's also by far the most enlightening (in terms of "wow, that really makes sense") computer science text book I've ever read. There's something naturally elegant about the functional style, probably thanks to the encapsulation encouraged by the lack of global variables and the extensive use of recursion in functional code examples. It's definitely true that exposure to a variety of programming styles encourages you to think about problems in different ways.

Read: In praise of functional programming

Topic: Mooi he, alles Previous Topic   Next Topic Topic: I Testipied, my mama cried *

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use