In the end, every programming language, no matter how pure and pretty, gets turns into a bunch of loads, stores, and gotos...
I find that there’s a lot of good techniques to be learned from FP, but the supposed mathematical purity of it kind of bores me.
(http://docs.python.org/py3k/howto/functional.html) has some nice tricks in Python.
In the end, every programming language, no matter how pure and pretty, gets turns into a bunch of loads, stores, and gotos...
I find that there’s a lot of good techniques to be learned from FP, but the supposed mathematical purity of it kind of bores me.
(http://docs.python.org/py3k/howto/functional.html) has some nice tricks in Python.