任何人都知道为什么 chibi-scheme 在尝试使用 chibi-loopup-from
函数时会抛出以下错误:
ERROR: car: not a pair: #<opcode cons>
ERROR in set-dk! on line 590 of file /usr/local/share/chibi/init-7.scm: cdr: not a pair: ()
我通过以下方式使用语法:
(import (chibi loop))
>(up-from 0 (to 20) (by 2))