History of Idiom 50 > diff from v94 to v95
Edit summary for version 95 by sitting_bull:
New Lisp implementation by user [sitting_bull]
New Lisp implementation by user [sitting_bull]
↷
Version 94
2024-11-18, 20:37:44
Version 95
2025-01-06, 11:50:40
Idiom #50 Make an infinite loop
Write a loop that has no end clause.
Idiom #50 Make an infinite loop
Write a loop that has no end clause.
Comments bubble
DO is the most general kind of loop, supporting local variables and complex iteration logic.
A common alternative is "(LOOP)", but you'll have to learn it's non-Lispy syntax.