Re: Does ::: constrain the pattern engine implementation?

2002-08-28 Thread Dan Sugalski
--it's like this--- Dan Sugalski even samurai [EMAIL PROTECTED] have teddy bears and even teddy bears get drunk

Re: auto deserialization

2002-08-28 Thread Dan Sugalski
At 5:29 PM +0100 8/28/02, Nicholas Clark wrote: On Wed, Aug 28, 2002 at 12:17:55PM -0400, Dan Sugalski wrote: At 10:36 AM +0200 8/28/02, [EMAIL PROTECTED] wrote: Will there be automatic calling of the deserialization method for objects, so that code like this DWIMs... my Date

Re: Does ::: constrain the pattern engine implementation?

2002-08-28 Thread Dan Sugalski
the current grammar fully implemented :) -- Dan --it's like this--- Dan Sugalski even samurai [EMAIL PROTECTED] have teddy bears and even

Re: auto deserialization

2002-08-28 Thread Dan Sugalski
this--- Dan Sugalski even samurai [EMAIL PROTECTED] have teddy bears and even teddy bears get drunk

Re: The Perl5-Perl6 Convertor

2002-08-16 Thread Dan Sugalski
. -- Dan --it's like this--- Dan Sugalski even samurai [EMAIL PROTECTED] have teddy bears and even teddy bears get drunk

Re: Light ideas

2002-08-02 Thread Dan Sugalski
... :) -- Dan --it's like this--- Dan Sugalski even samurai [EMAIL PROTECTED] have teddy bears and even teddy bears

Re: [PRE-RELEASE] Release of 0.0.7 tomorrow evening

2002-07-31 Thread Dan Sugalski
number of folks are holding off installing 5.6.x because of various issues with the original 5.6.0 release. -- Dan --it's like this--- Dan Sugalski even samurai [EMAIL PROTECTED

Re: [PRE-RELEASE] Release of 0.0.7 tomorrow evening

2002-07-31 Thread Dan Sugalski
At 8:23 AM -0700 7/31/02, Sean O'Rourke wrote: On Wed, 31 Jul 2002, Dan Sugalski wrote: [Pardon the tardiness--digging through old mail] At 3:39 PM -0400 7/22/02, Melvin Smith wrote: At 12:00 PM 7/22/2002 +0100, Nicholas Clark wrote: On Mon, Jul 22, 2002 at 11:21:09AM +0100, Graham Barr

Re: of Mops, jit and perl6

2002-07-29 Thread Dan Sugalski
the generated code by itself as a test? (At the moment, the assembler's rather slow) -- Dan --it's like this--- Dan Sugalski even samurai [EMAIL PROTECTED

Re: RFC - Hashing PMC's albie@halfarrabio.di.uminho.pt

2002-07-23 Thread Dan Sugalski
this--- Dan Sugalski even samurai [EMAIL PROTECTED] have teddy bears and even teddy bears get drunk

Re: Perl 6, The Good Parts Version

2002-07-17 Thread Dan Sugalski
encoding, so it should be fine. (Though I bet a lot of folks will be rather surprised when it happens...) -- Dan --it's like this--- Dan Sugalski even samurai [EMAIL PROTECTED

Re: Perl 6, The Good Parts Version

2002-07-17 Thread Dan Sugalski
At 12:34 PM -0400 7/17/02, Mark J. Reed wrote: On Wed, Jul 17, 2002 at 12:13:47PM -0400, Dan Sugalski wrote: I thought Java used UTF-16. It's a variable-width encoding, so it should be fine. (Though I bet a lot of folks will be rather surprised when it happens...) UTF-16 isn't technically

Re: hyper operators - appalling proposal

2002-07-16 Thread Dan Sugalski
--it's like this--- Dan Sugalski even samurai [EMAIL PROTECTED] have teddy bears and even teddy bears get drunk

Re: hyper operators - appalling proposal

2002-07-15 Thread Dan Sugalski
with in aggregate. -- Dan --it's like this--- Dan Sugalski even samurai [EMAIL PROTECTED] have teddy bears and even teddy

Re: Perl6 grammar (take V)

2002-07-12 Thread Dan Sugalski
? -- Dan --it's like this--- Dan Sugalski even samurai [EMAIL PROTECTED] have teddy bears and even teddy bears get drunk

Re: What's MY.line?

2002-07-11 Thread Dan Sugalski
At 5:46 AM +0100 7/11/02, [EMAIL PROTECTED] wrote: Dan Sugalski [EMAIL PROTECTED] writes: At 4:24 PM +0100 7/10/02, [EMAIL PROTECTED] wrote: Dan Sugalski [EMAIL PROTECTED] writes: At 9:50 PM -0400 7/9/02, Chip Salzenberg wrote: 3. Is C%MY intended to reflect the PAD

Re: What's MY.line?

2002-07-11 Thread Dan Sugalski
At 11:52 PM -0400 7/10/02, Chip Salzenberg wrote: According to Dan Sugalski: One pad per block, rather than per sub. Because, of course, all blocks are subs. Got it. Yep. (Well, modulo optimizations of course ;) The place where you'll run into problems in where you have multiple variables

Re: What's MY.line?

2002-07-11 Thread Dan Sugalski
At 7:18 PM +0100 7/11/02, Dave Mitchell wrote: On Thu, Jul 11, 2002 at 10:41:20AM -0400, Dan Sugalski wrote: The place where you'll run into problems in where you have multiple variables of the same name at the same level, which you can do in perl 5. can it? Yes. can you give an example

Re: What's MY.line?

2002-07-11 Thread Dan Sugalski
At 2:47 PM -0400 7/11/02, Chip Salzenberg wrote: According to Dan Sugalski: At 9:50 PM -0400 7/9/02, Chip Salzenberg wrote: 3a. If so, how can one distinguish among the e.g. many Cmy $foo variables declared within the current function? One pad per block, rather than per sub

Re: What's MY.line?

2002-07-11 Thread Dan Sugalski
At 7:35 PM +0100 7/11/02, Dave Mitchell wrote: On Thu, Jul 11, 2002 at 02:29:08PM -0400, Dan Sugalski wrote: At 7:18 PM +0100 7/11/02, Dave Mitchell wrote: On Thu, Jul 11, 2002 at 10:41:20AM -0400, Dan Sugalski wrote: The place where you'll run into problems in where you have multiple

Re: What's MY.line?

2002-07-11 Thread Dan Sugalski
At 9:18 PM +0100 7/11/02, Tim Bunce wrote: On Thu, Jul 11, 2002 at 02:29:08PM -0400, Dan Sugalski wrote: At 7:18 PM +0100 7/11/02, Dave Mitchell wrote: On Thu, Jul 11, 2002 at 10:41:20AM -0400, Dan Sugalski wrote: The place where you'll run into problems in where you have multiple

Re: What's MY.line?

2002-07-11 Thread Dan Sugalski
this--- Dan Sugalski even samurai [EMAIL PROTECTED] have teddy bears and even teddy bears get drunk

Re: %MY (was What's MY.line?)

2002-07-11 Thread Dan Sugalski
it to be used mainly for introspective things. It's also useful, at compile time, for changing the caller's environment, but that's not what we're worried about, I expect. -- Dan --it's like this--- Dan

Re: What's MY.line?

2002-07-10 Thread Dan Sugalski
. -- Dan --it's like this--- Dan Sugalski even samurai [EMAIL PROTECTED] have teddy bears and even teddy bears get drunk

Re: What's MY.line?

2002-07-10 Thread Dan Sugalski
At 4:24 PM +0100 7/10/02, [EMAIL PROTECTED] wrote: Dan Sugalski [EMAIL PROTECTED] writes: At 9:50 PM -0400 7/9/02, Chip Salzenberg wrote: 3. Is C%MY intended to reflect the PAD? Yes. Hey! How's this for a scary thought: $continuation.the_pad What's that supposed to do, though

Re: What's MY.line?

2002-07-10 Thread Dan Sugalski
... -- Dan --it's like this--- Dan Sugalski even samurai [EMAIL PROTECTED] have teddy bears and even teddy bears get drunk

Continuations for fun and profit

2002-07-08 Thread Dan Sugalski
--it's like this--- Dan Sugalski even samurai [EMAIL PROTECTED] have teddy bears and even teddy bears get drunk

Re: The Past, Present and Future of Continuations (was: Perl 6Summary)

2002-07-08 Thread Dan Sugalski
. :) -- Dan --it's like this--- Dan Sugalski even samurai [EMAIL PROTECTED] have teddy bears and even teddy bears get drunk

Re: Reflection...

2002-07-08 Thread Dan Sugalski
--it's like this--- Dan Sugalski even samurai [EMAIL PROTECTED] have teddy bears and even teddy bears get drunk

Re: Continuations for fun and profit

2002-07-08 Thread Dan Sugalski
At 3:01 PM -0700 7/8/02, Peter Scott wrote: At 04:54 PM 7/8/02 -0400, Dan Sugalski wrote: A continuation is a sort of super-closure. Like a closure it captures its lexical variables, so every time you use it, you're referring to the same set of variables, which live on until the continuation's

Re: Continuations for fun and profit

2002-07-08 Thread Dan Sugalski
At 10:24 PM +0100 7/8/02, Nicholas Clark wrote: On Mon, Jul 08, 2002 at 04:54:16PM -0400, Dan Sugalski wrote: Pretty simple. (For illustrative purposes) To do that with continuations, it'd look like: $cont = take_continuation(); if ($foo) { $foo--; invoke($cont

Re: Perl 6 Summary

2002-07-07 Thread Dan Sugalski
blocks, but even in languages where they're fundamental constructs most people don't make use of them. (Or use them very sparingly) -- Dan --it's like this--- Dan Sugalski even

Re: Reflection...

2002-07-03 Thread Dan Sugalski
--it's like this--- Dan Sugalski even samurai [EMAIL PROTECTED] have teddy bears and even teddy bears get drunk

Re: Perl 6, The Good Parts Version

2002-07-03 Thread Dan Sugalski
would it? ;-P -- Dan --it's like this--- Dan Sugalski even samurai [EMAIL PROTECTED] have teddy bears and even teddy

Re: Perl 6 Summary

2002-07-03 Thread Dan Sugalski
with Duff's Device for them) -- Dan --it's like this--- Dan Sugalski even samurai [EMAIL PROTECTED] have teddy bears and even

Re: Perl 6 Summary

2002-07-02 Thread Dan Sugalski
this--- Dan Sugalski even samurai [EMAIL PROTECTED] have teddy bears and even teddy bears get drunk

Big thanks for Bryan and Piers

2002-07-02 Thread Dan Sugalski
--it's like this--- Dan Sugalski even samurai [EMAIL PROTECTED] have teddy bears and even teddy bears get drunk

Re: Perl 6 Summary

2002-07-02 Thread Dan Sugalski
like this--- Dan Sugalski even samurai [EMAIL PROTECTED] have teddy bears and even teddy bears get drunk

Implementing Perl 6 (was Re: Implementing Parse::RecDescentdirectives)

2002-06-15 Thread Dan Sugalski
, that and not minding the first version likely getting tossed out when we do the final implementation... :) -- Dan --it's like this--- Dan Sugalski even samurai [EMAIL PROTECTED

Re: Apoc 5 questions/comments

2002-06-07 Thread Dan Sugalski
--it's like this--- Dan Sugalski even samurai [EMAIL PROTECTED] have teddy bears and even teddy bears get drunk

Re: 6PAN (was: Half measures all round)

2002-06-05 Thread Dan Sugalski
. :) -- Dan --it's like this--- Dan Sugalski even samurai [EMAIL PROTECTED] have teddy bears and even teddy bears get drunk

Re: 6PAN (was: Half measures all round)

2002-06-05 Thread Dan Sugalski
. -- Dan --it's like this--- Dan Sugalski even samurai [EMAIL PROTECTED] have teddy bears and even Perl class: stemsystems.com/class teddy bears get drunk

Re: Half measures all round

2002-06-04 Thread Dan Sugalski
this--- Dan Sugalski even samurai [EMAIL PROTECTED] have teddy bears and even Perl class: stemsystems.com/class teddy bears get drunk

Re: Idea

2002-05-23 Thread Dan Sugalski
at runtime, since the type mismatch can't be safely inferred at compile time. -- Dan --it's like this--- Dan Sugalski even samurai [EMAIL PROTECTED] have

Re: stringification of objects, subroutine refs

2002-05-15 Thread Dan Sugalski
At 10:10 AM -0400 5/15/02, Aaron Sherman wrote: On Sat, 2002-05-11 at 00:39, Dan Sugalski wrote: At 8:58 PM -0700 5/10/02, [EMAIL PROTECTED] wrote: I was wondering how perl6 would stringify (as in Data::Dumper): That's not stringification. It's serialization, which is a different thing

Re: Accessor methods ?

2002-05-15 Thread Dan Sugalski
of having the sub potentially redefined while you're in it. -- Dan --it's like this--- Dan Sugalski even samurai [EMAIL PROTECTED] have teddy bears and even

Re: Accessor methods ?

2002-05-10 Thread Dan Sugalski
--it's like this--- Dan Sugalski even samurai [EMAIL PROTECTED] have teddy bears and even teddy bears get drunk

Re: stringification of objects, subroutine refs

2002-05-10 Thread Dan Sugalski
--it's like this--- Dan Sugalski even samurai [EMAIL PROTECTED] have teddy bears and even teddy bears get drunk

Re: Perl (well, Parrot) Internals QA

2002-05-07 Thread Dan Sugalski
At 9:26 AM -0400 5/7/02, Aaron Sherman wrote: On Mon, 2002-05-06 at 16:26, Dan Sugalski wrote: I forgot to announce the call for questions here (sorry), but the answers 9and the questions) to the first round of Ask The Parrot have been posted over on use.perl. http://use.perl.org

Perl (well, Parrot) Internals QA

2002-05-06 Thread Dan Sugalski
--it's like this--- Dan Sugalski even samurai [EMAIL PROTECTED] have teddy bears and even teddy bears get drunk

Re: Please rename 'but' to 'has'.

2002-04-26 Thread Dan Sugalski
At 2:26 PM +0100 4/26/02, Nicholas Clark wrote: On Tue, Apr 23, 2002 at 01:25:15PM -0400, Dan Sugalski wrote: At 12:36 PM -0400 4/23/02, Buddha Buck wrote: OK, but that limits you to the, um, 24 standard levels of precedence. What do you do if you don't think that that's enough

Re: Please rename 'but' to 'has'.

2002-04-26 Thread Dan Sugalski
At 5:05 PM +0100 4/26/02, Tim Bunce wrote: On Fri, Apr 26, 2002 at 11:33:06AM -0400, Dan Sugalski wrote: At 2:26 PM +0100 4/26/02, Nicholas Clark wrote: On Tue, Apr 23, 2002 at 01:25:15PM -0400, Dan Sugalski wrote: At 12:36 PM -0400 4/23/02, Buddha Buck wrote: OK, but that limits you

Re: Please rename 'but' to 'has'.

2002-04-23 Thread Dan Sugalski
. -- Dan --it's like this--- Dan Sugalski even samurai [EMAIL PROTECTED] have teddy bears and even teddy bears get drunk

Re: I'll show you mine...

2002-04-11 Thread Dan Sugalski
At 7:25 AM -0700 4/11/02, Randal L. Schwartz wrote: Dan == Dan Sugalski [EMAIL PROTECTED] writes: Dan (Or maybe attributed string eval, like: Dan $foo = eval.Parrot EOP Dan set I0, 12 Dan sub I0, I0, 5 Dan EOP That would make more sense to me (for whatever

Re: I'll show you mine...

2002-04-10 Thread Dan Sugalski
-- Dan --it's like this--- Dan Sugalski even samurai [EMAIL PROTECTED] have teddy bears and even teddy bears get drunk

Re: I'll show you mine...

2002-04-10 Thread Dan Sugalski
set I0, 12 sub I0, I0, 5 EOP Now that'd be interesting. Any parser module could be used. Hmmm) -- Dan --it's like this--- Dan Sugalski

Re: Bracekets

2002-04-08 Thread Dan Sugalski
arguably pass a three element key ($a,$b,$c) to @multi_dim which, conveniently being a three-dimensional array, returns a value itself. -- Dan --it's like this--- Dan Sugalski even

Re: $^a, $^b, and friends

2002-04-06 Thread Dan Sugalski
*) Regexes *) Double-quoted strings *) Single-quoted strings Adding another, or changing those, isn't a big deal. -- Dan --it's like this--- Dan Sugalski even samurai [EMAIL

Re: Tail Recursion optimization

2002-04-06 Thread Dan Sugalski
and tail recursion works OK. -- Dan --it's like this--- Dan Sugalski even samurai [EMAIL PROTECTED] have teddy bears and even

Re: $^a, $^b, and friends

2002-04-05 Thread Dan Sugalski
At 4:22 PM -0800 4/4/02, Larry Wall wrote: Dan Sugalski writes: : At 3:11 PM -0800 4/3/02, Larry Wall wrote: : Piers Cawley writes: : : Jonathan Scott Duff [EMAIL PROTECTED] writes: : : : : On Wed, Apr 03, 2002 at 11:27:10AM -0800, Larry Wall wrote: : : They are assumed to be declared

Re: $^a, $^b, and friends

2002-04-04 Thread Dan Sugalski
sorting, or do we respect the locale? -- Dan --it's like this--- Dan Sugalski even samurai [EMAIL PROTECTED] have teddy bears and even

Re: A thought occured to me...

2002-03-28 Thread Dan Sugalski
... -- Dan --it's like this--- Dan Sugalski even samurai [EMAIL PROTECTED] have teddy bears and even teddy bears get drunk

Re: Perl6 Macros

2002-03-27 Thread Dan Sugalski
the block. Just out of curiosity, is there anything macros (in the Lisp sense) can do that source filters can't? -- Dan --it's like this--- Dan Sugalski even samurai [EMAIL PROTECTED

Re: VM, closures, continuation

2002-02-10 Thread Dan Sugalski
to a holding area, and on return from code we need to reload from the holding area. I think we can cope, though. :) -- Dan --it's like this--- Dan Sugalski even samurai [EMAIL

Re: Perl6/Parrot status

2002-02-07 Thread Dan Sugalski
--it's like this--- Dan Sugalski even samurai [EMAIL PROTECTED] have teddy bears and even teddy bears get drunk

Re: Perl6 -- what is in a name?

2002-01-28 Thread Dan Sugalski
. -- Dan --it's like this--- Dan Sugalski even samurai [EMAIL PROTECTED] have teddy bears and even teddy bears get drunk

Re: [A-Z]+\s*\{

2002-01-20 Thread Dan Sugalski
--it's like this--- Dan Sugalski even samurai [EMAIL PROTECTED] have teddy bears and even teddy bears get drunk

Re: Apoc 4?

2002-01-19 Thread Dan Sugalski
of actually interesting stuff over there. How atypically slashdot... -- Dan --it's like this--- Dan Sugalski even samurai [EMAIL PROTECTED] have teddy bears

Re: Apoc 4?

2002-01-18 Thread Dan Sugalski
--it's like this--- Dan Sugalski even samurai [EMAIL PROTECTED] have teddy bears and even teddy bears get drunk

Re: Ex4, Apo5, when ?

2002-01-18 Thread Dan Sugalski
like this--- Dan Sugalski even samurai [EMAIL PROTECTED] have teddy bears and even teddy bears get drunk

Re: Ex4, Apo5, when ?

2002-01-18 Thread Dan Sugalski
At 4:17 PM -0500 1/18/02, Michael G Schwern wrote: On Fri, Jan 18, 2002 at 03:35:59PM -0500, Dan Sugalski wrote: At 10:16 AM +0200 1/18/02, raptor wrote: Did u passed Bermuda Triangle :) It may be a bit before Ex4 is done. Damian's on a cruise ship at the moment, so even if he's got

Nice perl 6 article

2001-11-26 Thread Dan Sugalski
http://www.unixreview.com/documents/s=1780/urm0111h/0111h.htm Dan --it's like this--- Dan Sugalski even samurai [EMAIL PROTECTED] have teddy bears

Re: Stupid Newbie Question

2001-11-09 Thread Dan Sugalski
At 06:48 AM 11/9/2001 +, Piers Cawley wrote: Dan Sugalski [EMAIL PROTECTED] writes: At 04:21 PM 11/8/2001 -0800, John Rudd wrote: So, does this mean my other heart's desire of operator overloading might be coming forth? (I know, I know, here I am, a smalltalker, asking for operator

Re: Stupid Newbie Question

2001-11-08 Thread Dan Sugalski
, you mean being able to override the + function for a variable, complete with method dispatch depending on the types of the variables on both sides of the +? Yup ;) Dan --it's like this--- Dan Sugalski

Re: Perl 6 - Cheerleaders?

2001-10-29 Thread Dan Sugalski
! bIQambogh DaqDaq qaHoH! The biggest problem with reading mail from Damian is I keep wanting to rot13 the thing.. Dan --it's like this--- Dan Sugalski even samurai [EMAIL PROTECTED

Re: use parrot;

2001-10-21 Thread Dan Sugalski
who suggests an asm() function *will* get smacked... :) You'll certainly be able to use modules written purely in parrot assembly. Dan --it's like this--- Dan Sugalski even samurai

Re: NaN semantics

2001-10-10 Thread Dan Sugalski
At 05:12 PM 10/10/2001 +0200, RaFaL Pocztarski wrote: Dan Sugalski wrote: At 08:37 AM 10/9/2001 -0700, Brent Dax wrote: For consistency, I'd prefer to use is: 3+(2 is i). Well, the convention is suffixing an imaginary number with an i. I don't think we'd be too well served to go

Re: NaN semantics

2001-10-10 Thread Dan Sugalski
At 04:42 PM 10/10/2001 +0100, Sam Vilain wrote: On Wed, 10 Oct 2001 11:32:02 -0400 Dan Sugalski [EMAIL PROTECTED] wrote: Great idea, as well as sqrt(-1) returning 1i istead of raising the exception. If we do them, yep. Currently no promises there. If you do that, make sure it has

Re: NaN semantics

2001-10-10 Thread Dan Sugalski
At 07:01 PM 10/10/2001 +0200, Bart Lateur wrote: On Wed, 10 Oct 2001 11:52:16 -0400, Dan Sugalski wrote: If people want base 10, let them use e syntax. 1e3 = 1000 1k = 1024 I'll leave that for Larry to decide. I'm just thinking of all the 60G hard drives I see at Best Buy

Re: A3, the ';' operator, and hyper-operators

2001-10-04 Thread Dan Sugalski
wherever they go. $foo + $bar will call $foo's overloaded add if it has one no matter where $foo's used. Dan --it's like this--- Dan Sugalski even samurai [EMAIL PROTECTED

Re: A3: hyper operators with operand of different size

2001-10-04 Thread Dan Sugalski
... Dan --it's like this--- Dan Sugalski even samurai [EMAIL PROTECTED] have teddy bears and even teddy bears get drunk

Re: Math functions? (Particularly transcendental ones)

2001-09-08 Thread Dan Sugalski
At 12:12 PM 9/8/2001 -0400, Uri Guttman wrote: DS == Dan Sugalski [EMAIL PROTECTED] writes: DS Can anyone think of things I've forgotten? It's been a while since I've DS done numeric work. i am not being picky, but there is secant, and arc hyperbolics too. you can derive secant from

Re: What's up with %MY?

2001-09-07 Thread Dan Sugalski
perfectly comfortable with, so I'm fine. Once we've worked out how things should behave, then we can get on with implementing it. Dan --it's like this--- Dan Sugalski even samurai [EMAIL

Re: What's up with %MY?

2001-09-06 Thread Dan Sugalski
At 11:51 AM 9/6/2001 -0400, Uri Guttman wrote: DS == Dan Sugalski [EMAIL PROTECTED] writes: DSmy $foo = 'a'; DS{ DS { DS%MY[-1]{'$foo'} = 'B'; DSprint $foo; DS } DS } explain %MY[-1] please. my impression is that is illegal

Re: What's up with %MY?

2001-09-06 Thread Dan Sugalski
At 02:05 PM 9/6/2001 -0400, Ken Fox wrote: Dan Sugalski wrote: [stuff I snipped] I'm worried a little about building features with global effects. Part of Perl 6 is elimination of action-at-a-distance, but now we're building the swiss-army-knife-of-action-at-a-distance. I don't know how much

Re: What's up with %MY?

2001-09-06 Thread Dan Sugalski
this--- Dan Sugalski even samurai [EMAIL PROTECTED] have teddy bears and even teddy bears get drunk

RE: What's up with %MY?

2001-09-05 Thread Dan Sugalski
inside would do, either throwing the error or walking out. I can see either way. Dan --it's like this--- Dan Sugalski even samurai [EMAIL PROTECTED] have teddy

RE: Expunge implicit @_ passing

2001-09-04 Thread Dan Sugalski
abused. It is very awkward to use it for this purpose. Fair enough. I don't much care what its called, as long as I know what it does. Dan --it's like this--- Dan Sugalski even

RE: What's up with %MY?

2001-09-04 Thread Dan Sugalski
a number of cans of worms I'd rather stay closed for now. Dan --it's like this--- Dan Sugalski even samurai [EMAIL PROTECTED] have teddy bears and even

Re: What's up with %MY?

2001-09-04 Thread Dan Sugalski
against it, just that I can see some efficiency issues. Dan --it's like this--- Dan Sugalski even samurai [EMAIL PROTECTED] have teddy bears and even

RE: What's up with %MY?

2001-09-04 Thread Dan Sugalski
this--- Dan Sugalski even samurai [EMAIL PROTECTED] have teddy bears and even teddy bears get drunk

Re: What's up with %MY?

2001-09-04 Thread Dan Sugalski
Dan --it's like this--- Dan Sugalski even samurai [EMAIL PROTECTED] have teddy bears and even teddy bears get drunk

Re: What's up with %MY?

2001-09-04 Thread Dan Sugalski
At 07:24 PM 9/4/2001 -0400, Bryan C. Warnock wrote: On Tuesday 04 September 2001 07:25 pm, Dan Sugalski wrote: Ah, but what people will want is: my $x = foo\n; { my $x = bar\n; delete $MY::{'$x'}; print $x; } to print foo. That's where things get tricky

Re: What's up with %MY?

2001-09-04 Thread Dan Sugalski
--it's like this--- Dan Sugalski even samurai [EMAIL PROTECTED] have teddy bears and even teddy bears get drunk

Re: What's up with %MY?

2001-09-04 Thread Dan Sugalski
this--- Dan Sugalski even samurai [EMAIL PROTECTED] have teddy bears and even teddy bears get drunk

Re: Prototypes

2001-09-03 Thread Dan Sugalski
At 10:17 PM 9/3/2001 -0400, Bryan C. Warnock wrote: On Monday 03 September 2001 09:30 pm, Dan Sugalski wrote: A clever idea, and one I'd not though of. That's probably the best way to do it. Has some other issues, like do we allow prototypes like: sub foo ($$) {}; to be called

Re: Prototypes

2001-09-03 Thread Dan Sugalski
At 10:32 PM 9/3/2001 -0400, Bryan C. Warnock wrote: On Monday 03 September 2001 10:27 pm, Dan Sugalski wrote: To me, that seems only a language decision. This could certainly handle that. Ah, but calling in the first way has two PMCs in as parameters, while the second has only one

Re: Prototypes

2001-09-03 Thread Dan Sugalski
--it's like this--- Dan Sugalski even samurai [EMAIL PROTECTED] have teddy bears and even teddy bears get drunk

Re: Multiple-dispatch on functions

2001-09-01 Thread Dan Sugalski
--it's like this--- Dan Sugalski even samurai [EMAIL PROTECTED] have teddy bears and even teddy bears get drunk

RE: Expunge implicit @_ passing

2001-09-01 Thread Dan Sugalski
this--- Dan Sugalski even samurai [EMAIL PROTECTED] have teddy bears and even teddy bears get drunk

<    1   2   3   4   5   6   7   >