Y
Hacker News
new
|
ask
|
show
|
jobs
by
joshuamorton
2948 days ago
By this definition, python has a nice locally defined property that it will always terminate ;)
1 comments
heavenlyblue
2947 days ago
No; this will never-ever terminate:
(x for x in itertools.count())
link