Re: vectorization (union and intersection operators)

2002-11-02 Thread Philippe 'BooK' Bruhat
%a = %a ^ %b; # %a = (1 => 'a', 3 => 'c') %a = %b ^ %a; # %a = (1 => 'B', 3 => 'C') %a = %a v %b; # %a = (1 => 'a', 2 => 'b', 3 => 'c', 4 => 'A') %a = %b v %a; # %a = (1 => 'B',

Re: [RFC] Perl6 Operator List, Take 5

2002-11-02 Thread Philippe 'BooK' Bruhat
l Mathematicians do not use open intervals for integers! (Sorry for the late post, but p6l is always 200 messages ahead of me) -- Philippe "BooK" Bruhat One lesson learned is never enough. (Moral from Groo The Wanderer #104 (Epic))

Re: Learning curve (was Re: Perl6 Operator List)

2002-10-26 Thread Philippe 'BooK' Bruhat
e. It's just that I also understand the fact that it's its own natural (English-looking) language, and not a subset of English. -- BooK PS: I have troubles explaining this view in French as well; please forgive me if I didn't make much sense in English either. -- Philippe &