Re: Cya dudes

2000-10-01 Thread Jean-Louis Leroy
ained knowledge, seems to me like a complete waste of time, energy and intelligence. On a different, yet related issue: had there been a perl6-sociology list, I would have submitted the following: All newbies are not necessarily 'clueless newbies' There. -- Jean-Louis Leroy http://users.skynet.be/jll

Re: Against overloading || and && (RFC 20) -- we just need lazy evaluation

2000-08-11 Thread Jean-Louis Leroy
ve it. Also, as I point out, it *is* possible to support short-circuiting for user-defined logical junctions. -- Jean-Louis Leroy http://users.skynet.be/jll

Re: Against overloading || and && (RFC 20) -- we just need lazy evaluation

2000-08-11 Thread Jean-Louis Leroy
t against RFC 20? I described such a mechanism there... -- Jean-Louis Leroy http://users.skynet.be/jll

Re: RFC 54 (v1) Operators: Polymorphic comparisons

2000-08-07 Thread Jean-Louis Leroy
entifiers (fun #1 when teaching Perl or C++ in French)? -- Jean-Louis Leroy http://users.skynet.be/jll

Re: Safer OO inheritance

2000-08-07 Thread Jean-Louis Leroy
makes it easy to build field names from the package name, for those rare cases where you want scoped fields. There were discussions about this a couple of years ago on p5p. For example: package Foo; sub new { bless { "${CURRENT_PACKAGE}name" => 'Simpson' ... } ...where $CURRENT_PACKAGE is a special variable automatically set to...guess what? ;-) -- Jean-Louis Leroy http://users.skynet.be/jll

Re: RFC 18 (v1) Immediate subroutines

2000-08-04 Thread Jean-Louis Leroy
ver contributed a patch (to Perl) -- Jean-Louis Leroy http://users.skynet.be/jll

Re: RFC 18 (v1) Immediate subroutines

2000-08-04 Thread Jean-Louis Leroy
of the proposed feature. -- Jean-Louis Leroy http://users.skynet.be/jll