Progopedia - encyclopedia of programming languages

JMRyan nospam at nospam.com
Tue Nov 24 10:20:28 PST 2009


Ary Borenszweig <ary at esperanto.org.ar> wrote in
news:heg99k$6ri$1 at digitalmars.com: 


> I think the "For each value in a numeric range, 1 increment" can be 
> replaced by:
> 
>    foreach(i; 0 .. limit) statement
> 
> and the other with
> 
>    foreach_reverse(i; 0 .. limit) statement
> 
> but these only work for D2 and probably some people here won't like
> the foreach_reverse version.

Thanks for the suggestion.

To accommodate this, I would need to divide D1 and D2 into separate 
languages.  For example, Progopedia would require that K&R C, C89, C85,
and C99 be listed as separate languages.  Versions in Progopedia are
versions of an implementation.  Thus, e.g., GCC 4.4.2 and GCC 4.4.1
would be separate versions.  Indeead the GCC listing is (in theory) out
of date at 4.2.4.  It makes sense in an absurd sort of way.  None of the
other languages on Progopedia go in for this level of detail.  Indeead
the GCC listing is (in theory) out of date at 4.2.4.




More information about the Digitalmars-d-announce mailing list