While hasNext(), Iterator.next()
But Ibrahim, shouldn't you only keep writing if you're good at it?
Another iteration, another cycle, another loop, another day, another week, another post. Loops are magical, they transition so smoothly from an ending to a beginning.
The CPU has an instruction cycle, Windows apps have a message loop, order/disorder has a loop. Amazing things happen when simple things repeat, again and again.
Today my loop, is a finite for loop
for thought in thoughts:
publish(write(thought));
It's a great start and it keeps me going, but there is no dynamism.
Where I want to get to is
while thought = learn():
publish(write(thought));
It has a pulse, a rhythm, a balance between input/output, read and write, a balance between consuming and producing, a balance between taking and giving.
The right loops are coming together, on to another cycle!