http://multiverseaccordingtoben.blogspot.com/2011/11/why-time-appears-to-move-forwards.html
Day: November 15, 2011
python functools vs Haskell
Python’s functools module is not the same as functional programming in haskell. The module does provide some sample or taste of functional programming tools, but if you import that module and try to write Haskell syntax, God help you…… you are going to write haskell syntax and expect the python interpreter to behave like haskell ghci.