Grant Edwards wrote:
> On 2004-12-29, Reinhold Birkenfeld <[EMAIL PROTECTED]> wrote:
> 
>> Perl6 experiments with the use of guillemots as part of the syntax.
> 
> As if Perl didn't look like bird-tracks already...
> 
> http://www.seabird.org/education/animals/guillemot.html
> http://www.birdguides.com/html/vidlib/species/Uria_aalge.htm

Well,

  (1,1,2,3,5) »+« (1,2,3,5,8);  # results in (2,3,5,8,13)

(>>+<< being an operator) just isn't something I would like to read in
my code...

Reinhold
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to