From: Eli Barzilay (eli at barzilay.org) Date: Thu Dec 10 23:53:54 EST 2009 |
|
Jay recently fixed the bad order of arguments to `port->list' in the implementation of `in-port'. Since then, I used this useful function about 4 or 5 times. And in *ALL* of these cases, I wrote the code, ran it, saw an error, and swapped the arguments. (port->list read) just doesn't make any sense at all to me. This was a *very* bad choice of order for the arguments. -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life!
Posted on the dev mailing list. |
|