Rod Waldhoff's Weblog  

< Tuesday, 11 November 2003 >
The impotence of functional programming (by Sjoerd Visscher) #

Sjoerd Visscher writes:

"Take for example the function zip (or zip3, zip4, exponential ugh-ness), a very popular function in f.e. Haskell. Firstly, if you have two lists, with values that go pairwise together, those values shouldn't have been apart in the first place. Secondly, what you end up with is a list of tuples. Values in a tuple always have more context than just being together. All this information is lost."

[Via Sjoerd Visscher's weblog]