You can do `@loop begin ... end` – of course, that's not any shorter than `while true ... end`.
On Wed, Apr 9, 2014 at 7:31 PM, David Moon <dave_m...@alum.mit.edu> wrote: > On Tuesday, April 8, 2014 7:17:18 PM UTC-4, Cameron McBride wrote: >> >> I've long enjoyed ruby's `loop` keyword for exactly this type of use. >> > > Too bad Julia doesn't have (full featured) macros so you could write loop > yourself and just use it without first convincing a whole lot of people > it's a good idea. >