Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!usc!snorkelwacker.mit.edu!bloom-beacon!dont-send-mail-to-path-lines From: jeff@aiai.edinburgh.ac.UK (Jeff Dalton) Newsgroups: comp.lang.scheme Subject: Order of evaluation (was Re: evaluating () should be an error Message-ID: <10123.9104041903@subnode.aiai.ed.ac.uk> Date: 4 Apr 91 19:03:21 GMT Sender: daemon@athena.mit.edu (Mr Background) Organization: The Internet Lines: 11 > Date: 4 Apr 91 04:11:49 GMT > From: "Guillermo J. Rozas" > I'm just curious, but would all of you who advocate for fixing the > order of argument evaluation accept the following order: > > All the even numbered arguments are evaluated first from right to > left, and then the odd numbered arguments are evaluated from left to right. No. There's no reason not to pick a fixed order that's easier for human readers to follow.