diff options
| author | Rose Hogenson <rhogenson@posteo.net> | 2022-07-25 20:52:39 -0700 |
|---|---|---|
| committer | Rose Hogenson <rhogenson@posteo.net> | 2022-07-25 20:52:39 -0700 |
| commit | f4cbcfc5f0a0d2a8a6d98f77e17a735177bb913a (patch) | |
| tree | 7d93353714b0e867d5f11ac6e6751b77f2ee99a1 /csc/codegen.csc | |
| parent | Fix a bug in comparing bytevectors. (diff) | |
| download | chromatopelma-f4cbcfc5f0a0d2a8a6d98f77e17a735177bb913a.tar.zst | |
Slightly improve loop.
The advantage to this approach is that the user can modify the loop
variables and the variables will be stepped as expected, e.g.
(loop for i from 1 to 10
do (set! i (+ 1 i))
collect i)
should return '(2 4 6 8 10).
Diffstat (limited to 'csc/codegen.csc')
0 files changed, 0 insertions, 0 deletions
