Lambda Calculus and Python
Saturday May 31, 2008
Key to an effective implementation of any function is in the drawing stages of the code. Pseudo-code is always the best way to start out, but lambda forms also offer a very clear and more concise means of expressing the logic you are trying to code. What's more, it tends to be closer to Python syntax. To review lambda calculus as it pertains to Python programming, check out "Using Lambda Calculus in Python" under "Beginning Python".

Comments
No comments yet. Leave a Comment