Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

And then there's Scheme, where there are no iterative loops; all looping is done with recursion. You can build pretty much everything other languages do with loops on top of that, though.


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


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




Consider applying for YC's Winter 2026 batch! Applications are open till Nov 10

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: