Logo

Programming-Idioms

History of Idiom 50 > diff from v76 to v77

Edit summary for version 77 by programming-idioms.org:
Admin deletes impl 3782: Duper: see impl 572

Version 76

2021-10-10, 20:24:23

Version 77

2021-10-10, 20:24:43

Idiom #50 Make an infinite loop

Write a loop that has no end clause.

Ouroboros eating its own tail

Idiom #50 Make an infinite loop

Write a loop that has no end clause.

Ouroboros eating its own tail
Extra Keywords
unbounded,unlimited,never,ouroboros,uroboros
Extra Keywords
unbounded,unlimited,never,ouroboros,uroboros
Code
while True:
  a=1