top | item 47021836

(no title)

Knork-and-Fife | 15 days ago

If the only loop is `repeat i in range(start, end, step)` , how do you do a loop like "Keep reading from a buffer until it's empty"? I.e. any loop when you can't know the number of iterations needed when the loop starts?

discuss

order

hedayet|14 days ago

yes, support for unbounded loop is definitely something on my roadmap towards v1.

derriz|14 days ago

Should be a priority. Without it, your language relies on recursion for Turing completeness.