Hacker News new | ask | show | jobs
by groovy2shoes 605 days ago
Not true. Scheme has `do`. See R7RS section 4.2.4 "Iteration".
1 comments

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