Name: Anonymous 2012-06-26 18:28
Most Lisps specify an order of evaluation for procedure arguments. Scheme does not. Order of evaluation—including the order in which the expression in the operator position is evaluated—may be chosen by an implementation
that is why.
that is why.