Message from discussion
object stuff
Newsgroups: perl.perl6.internals
Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!nntp.perl.org
Return-Path: <l...@toetsch.at>
Mailing-List: contact perl6-internals-h...@perl.org; run by ezmlm
Delivered-To: mailing list perl6-intern...@perl.org
Delivered-To: perl6-intern...@perl.org
Message-ID: <200312051646.hB5GkZU30695@thu8.leo.home>
To: mrjoltc...@mindspring.com (Melvin Smith)
Subject: Re: [CVS ci] object stuff
In-Reply-To: <5.1.1.6.2.20031205113444.02c56f40@pop.mindspring.com>
References: <3FD0AEE4.3000500@toetsch.at> <5.1.1.6.2.20031205113444.02c56f40@pop.mindspring.com>
Reply-To: l...@toetsch.at
Cc: perl6-intern...@perl.org
Date: Fri, 5 Dec 2003 17:46:35 +0100
X-Spam-Check-By: la.mx.develooper.com
X-Spam-Status: No, hits=-0.2 required=7.0 tests=CARRIAGE_RETURNS,IN_REP_TO,REFERENCES,SPAM_PHRASE_00_01 version=2.44
X-SMTPD: qpsmtpd/0.26, http://develooper.com/code/qpsmtpd/
Approved: n...@nntp.perl.org
From: l...@toetsch.at (Leopold Toetsch)
Lines: 17
Melvin Smith <mrjoltc...@mindspring.com> wrote:
> At 05:14 PM 12/5/2003 +0100, Leopold Toetsch wrote:
>> set I2, P1["Foo\x00i"] # I1 == I2
>>
>>gets currently the attribute idx (0) of "$Foo::i".
>>Q: Should the assembler mangle the "Foo::i" to "Foo\0i"
> Something about this embedded \0 character
> bugs me. I know its what Dan has in the design doc but
> it just seems too cryptic.
Yeah its ungly. OTOH it should be really transparent for all possible
HLLs. And the NUL most certainly is.
> -Melvin
leo