Forums before death by AOL, social media and spammers... "We can't have nice things"
|    comp.compilers    |    Compiler construction, theory, etc. (Mod    |    2,753 messages    |
[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]
|    Message 1,979 of 2,753    |
|    Hans Aberg to George Neuner    |
|    Re: language design implications for var    |
|    10 Jan 11 10:26:02    |
      From: haberg-news@telia.com              On 2011/01/06 21:45, George Neuner wrote:       > Why do so many languages offer (at least) two forms of conditional       > loop: one with the test at the beginning and another with the test at       > the end? Why not just offer an infinite loop and a way to break out       > that can be tied to any conditional?              The reason for the different forms is merely that they help structuring       code in common programming.              Semantically, the C form        do a while ( p ) ;       is equivalent to        while (a, p) ;       but the latter is less expressive. And        while ( p ) a;       is equivalent to        for (; p;) a;              --- SoupGate-Win32 v1.05        * Origin: you cannot sedate... all the things you hate (1:229/2)    |
[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]
(c) 1994, bbs@darkrealms.ca