Am 23.06.2010 22:51, schrieb Aaron Sherman:
Moving on to more general theories on the matter, I believe that localized
dialects of programming languages are always a bad idea.
I totally agree.
However there are things that can be translated to other languages, and
that is documentation, error
Moritz Lenz wrote:
However there are things that can be translated to other languages, and
that is documentation, error messages and warnings.
And the next step is non-error messages intended to be seen by users.
The latter two require that we standardize exception types and messages,
and pro
Reminds me of an article of yore from The Perl Journal "Localizing
Your Perl Programs" http://interglacial.com/tpj/13/ which discusses
the reasoning behind Locale::Maketext
the point of which is that the "values" you're looking up should be
able to be functions, to handle some edge cases where not
yary wrote:
Reminds me of an article of yore from The Perl Journal "Localizing
Your Perl Programs" http://interglacial.com/tpj/13/ which discusses
the reasoning behind Locale::Maketext
the point of which is that the "values" you're looking up should be
able to be functions, to handle some edge c
Author: lwall
Date: 2010-06-24 22:54:50 +0200 (Thu, 24 Jun 2010)
New Revision: 31442
Modified:
docs/Perl6/Spec/S03-operators.pod
Log:
[S03] qualify misleading assertion re 1,2,3...$n when $n < 3
Modified: docs/Perl6/Spec/S03-operators.pod
==