mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-18 21:29:18 +02:00
Guarantee that sub-expressions of a begin are evaluated in order. The code was reversing the results of a map. However map is not necessarily guaranteed to evaluate its arguments in any given order because it could be optimized into another function such as `Cyc-map-loop-1`. Instead we just use the optimized function directly as a more general `map` is not required here and this function is guaranteed to process its argument list in a predicable order. |
||
---|---|---|
.. | ||
cyclone | ||
base.sld | ||
case-lambda.sld | ||
char.sld | ||
complex.sld | ||
cxr.sld | ||
eval.sld | ||
file.sld | ||
inexact.sld | ||
lazy.sld | ||
load.sld | ||
process-context.sld | ||
read.sld | ||
repl.sld | ||
time.sld | ||
write.sld |