top | item 41875683

(no title)

groovy2shoes | 1 year ago

Not true. Scheme has `do`. See R7RS section 4.2.4 "Iteration".

discuss

order

shawn_w|1 year ago

Scheme's `do` is implemented using recursion. There's a sample macro for it in 7.3.