On Sat, 24 Jul 2004, Jonadab the Unsightly One wrote:
> > As a related side note, is it possible to use multi-char delimiters in
> > Perl6? I mean, a la:
> >
> > qq<<...>>;
>
> I would worry that you'd be getting "<" and ">" at the beginning and
> end of your string. IMO, there are enough cha
On Sat, 24 Jul 2004, Larry Wall wrote:
> This particular modeful behavior is easily handled by most current
> editors. You have to be able to treat the insides of strings different
> from the outsides. That being said, there are plenty of other things
> in Perl 6 already that will drive editors
On Sat, 24 Jul 2004, Brent 'Dax' Royal-Gordon wrote:
> Hmm...maybe this could be done for Perl 5...
I guess it could be relatively easily done by means of the [EMAIL PROTECTED]
feature present in recent perls...
Michele
--
> A mathematically-inclined glove-fetishist [...]
What a wonderful intr
Leopold Toetsch wrote:
[ proposal about a new function calling scheme ]
Attached is a minimal patch that shows the concept of the proposed
function calling scheme.
* works only with "function-less" run-cores [1]
* the 2 new opcodes "mycall" and "return" abuse the _pointer_keyed
vtable slots of su
On Tue, Jul 27, 2004 at 12:44:09PM +0200, Michele Dondi wrote:
> On Sat, 24 Jul 2004, Larry Wall wrote:
>
> > This particular modeful behavior is easily handled by most current
> > editors. You have to be able to treat the insides of strings different
> > from the outsides. That being said, ther
On Mon, 26 Jul 2004, Brent 'Dax' Royal-Gordon wrote:
> The Perl 6 Summarizer wrote:
> > The infinite thread
> > Pushing onto lazy lists continued to exercise the p6l crowd (or at
> > least, a subset of it). Larry said that if someone wanted to hack
> > surreal numbers into Perl 6.1 t
Leopold Toetsch writes:
> $ time parrot -j -Oc c.imc
> in main
> 20
>
> real0m1.069s
> user0m0.910s
> sys 0m0.020s
>
> $ time parrot -C ch.imc
> in main
> 20
>
> real0m0.356s
> user0m0.250s
> sys 0m0.000s
>
> I think that a factor 3 improvement in function call s
# New Ticket Created by Adam Thomason
# Please include the string: [perl #30847]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org:80/rt3/Ticket/Display.html?id=30847 >
Hello all,
The first attached patch resolves some issues that have crept in since
t