If while true loops are idiomatic, could we perhaps make the true optional?

On Tuesday, 8 April 2014 18:57:53 UTC+1, Stefan Karpinski wrote:
>
> Good idea. For what it's worth, these days I would be perfectly happy to 
> only program with while true loops and explicit breaks.
>
> On Apr 8, 2014, at 1:41 PM, Kevin Squire <kevin....@gmail.com<javascript:>> 
> wrote:
>
> Although not too frequent, this would be a good FAQ entry. 
>
> Cheers, Kevin 
>
> On Tuesday, April 8, 2014, Pierre-Yves Gérardy 
> <pyg...@gmail.com<javascript:>> 
> wrote:
>
>> This does the trick:
>>
>> while true
>>     # ...
>>     condition || break
>> end
>>
>>
>>
>> On Tuesday, April 8, 2014 5:26:00 AM UTC+2, Freddy Chua wrote:
>>>
>>> as stated in question..
>>>
>>

Reply via email to