Re: This week's summary

2003-07-01 Thread Alan Burlison
ker, but that looks *very* suspect to me. Some compilers may choose to reorder even without optimization turned on. I'd say that it is a bug in Parrot if it requires optimization to be off for this code - how many different compilers have you tried? -- Alan Burlison --

Re: Filtering rules

2000-08-23 Thread Alan Burlison
messages as read when it is run. PERL_LIST='(perl|bootstrap|scripts)[^@,;= ]*' :0 Wh: .perl-lists.lock * $ ^TO_\/${PERL_LIST}@perl\.org * MATCH ?? ^^\/[^@]+ | formail -D 8192 .perl.msgid :0 e: perl-lists/$MATCH Alan Burlison

Re: RFC 19 (v1) Rename the C operator

2000-08-04 Thread Alan Burlison
Glenn Linderman wrote: > reuse > > redef > > our_temp overlay? -- Alan Burlison

Re: perl 6 requirements

2000-08-02 Thread Alan Burlison
quot; operator. You still haven't "returned the array". So then in fact it is impossible to return an array - yes? You can either return a single scalar or a list. The closest you can come to returning an array as an entity is to return a reference to it - \@a. Have I got that straight? -- Alan Burlison

Re: type-checking [Was: What is Perl?]

2000-08-01 Thread Alan Burlison
more benefit than avoiding a few inline bit twiddles. I think a range of alternative implementation mechanisms needs to be benchmarked very carefully on a range of architectures before making a choice. The one thing that is certain about cache behaviour is that it is very difficult to predict without actually trying stuff out. Alan Burlison

Re: Random items (old p5p issues)

2000-08-01 Thread Alan Burlison
l, or that it can't be done Amen. A switch statement in the core gets my vote too. Alan Burlison

Re: type-checking [Was: What is Perl?]

2000-08-01 Thread Alan Burlison
vast majority who don't want it - at the very least every variable access will have to check an 'are you typed' flag. -- Alan Burlison

Re: What is Perl?

2000-08-01 Thread Alan Burlison
miter to a lorry - it limits the damage caused in case of an accident, but it does nothing to improve the drivers skills. -- Alan Burlison

Re: Removing/fixing $[line noise here] variables

2000-08-01 Thread Alan Burlison
FORMATS{lines_left} vs $- Hmm - I quite like this. I'd like it even more if they were package scoped and/or localisable. My choice of warning level in my package shouldn't affect your choice in your package. -- Alan Burlison

Re: Random items (old p5p issues)

2000-08-01 Thread Alan Burlison
Graham Barr wrote: > > Reduce (e.g. $x = reduce { sum } @list; Is it sufficiently more useful than: $x = 0; map $x += $_, @list; ? Alan Burlison

Re: There and Back Again... (was: What is Perl?)

2000-08-01 Thread Alan Burlison
voice an opinion. I want a language that makes my life easy, rather than one that makes the compiler writers life easy. Perl is about the best fit I have found so far. For something that is not a 'real' programming language it seems to have been remarkably successful so far. Alan Burlison

Re: What is Perl?

2000-08-01 Thread Alan Burlison
et rid of the $ symbol except for > interpolation. References to... err... hashes and arrays? How does that constitute an improvement? Personally I like all the line noise characters, to paraphrase Slartybartfast, I think they give perl a lovely baroque feel... Alan Burlison

Re: perl 6 requirements

2000-08-01 Thread Alan Burlison
coming development process should not be underestimated. -- Alan Burlison

Re: perl 6 requirements

2000-08-01 Thread Alan Burlison
rt of thing I am looking at). What other language allows such poetry as "@{$hash}{@keys} = @values"? I humbly submit that perl without the perlisms is not perl. -- Alan Burlison CARP - CAmpaign for Real Perl