[plt-scheme] symbols redefined in SRFIs
On Oct 24, Dan Muresan wrote:
>
> Still, do you think any non-contrived example *relies* on map
> raising an error for unequal lists (that is the only difference,
> right)?
The real question is -- put these two benefits on scales:
* the ability to map functions on (equal) lists of unequal lengths
* the ability to catch bugs in code that wants to use lists of equal
length
Which benefit is bigger?
--
((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay:
http://www.barzilay.org/ Maze is Life!