Hacker News new | ask | show | jobs
by christiangenco 5121 days ago
> (infinite loops are almost always written using the loop do..end construct though. but how often do you write infinite loops anyway?)

`while true` usually does it for me.