develooper Front page | perl.perl6.language | Postings from January 2004

Re: Semantics of vector operations

Thread Previous | Thread Next
From:
Robin Berjon
Date:
January 29, 2004 02:27
Subject:
Re: Semantics of vector operations
Message ID:
4018D873.6040807@expway.fr
Damian Conway wrote:
> Frankly, I'd *much* rather see:
> 
>       @sum = @a E<raquo>+<<E<laquo> @b;
> 
>       my Vector $outer = $vec1 E<times> $vec2;
> 
> which at least has the benefit of being consistent with POD notation.

I very much second that. Entities have been one of the worst features of 
XML (and, in the end, a fairly useless one), I don't think XML geeks 
would be happy seeing them too often in their Perl code :)

> (Note that, if we *do* decide to support some kind of ASCII-based entity 
> notation, we really must make sure it's the same in both Perl code and 
> POD mark-up.)

Picking the HTML entity names is better than the Unicode ones as the 
latter are way too long. They may not cover all the characters we need, 
but we can make up missing ones in a consistent fashion.

-- 
Robin Berjon

Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About