std.locale

Sean Kelly sean at invisibleduck.org
Tue Mar 3 08:57:59 PST 2009


Michel Fortin wrote:
> On 2009-03-02 14:58:26 -0500, Walter Bright <newshound1 at digitalmars.com> 
> said:
> 
>> It's a silly thing, but I love the little google widget you can add to 
>> a web page to automatically translate the pages. All the D site pages 
>> have it in the left column.
> 
> It's not a silly thing, it's hilarious. Look, Google has invented the 
> D-French language:
> 
> -    import std.stdio;
> +    std.stdio importation;
> ----------
> -    delete cl;
> +    supprimer cl;
> ----------
> -    s.allocated += argv.length * typeof (argv[0]).sizeof;
> +    s.allocated + = * argv.length typeof (argv [0]). sizeof;

Wow, I didn't know the standard French form for formulas was prefix 
notation :-)


Sean



More information about the Digitalmars-d mailing list