Author: lwall
Date: 2009-12-07 22:59:21 +0100 (Mon, 07 Dec 2009)
New Revision: 29287
Modified:
docs/Perl6/Spec/S03-operators.pod
docs/Perl6/Spec/S12-objects.pod
Log:
[S03,S12] remove redundant .Int and .true in describing conditional semantics
Modified: docs/Perl6/Spec/S03-operators.pod
==
2009/12/7 Gabor Szabo :
> 2009/12/6 Víctor A. Rodríguez (Bit-Man) :
>> Hi perlsixers,
>>
>> we've been working a bit on Perl 6 lately [1] and some work, even the
>> basic coding, would be great if we use some IDE.
>> I'm a regular Eclipse user and EPIC seems the natural choice for me,
>> but it doe
Hi,
On Sun, Dec 06, 2009 at 01:47:37PM -0300, Víctor A. Rodríguez (Bit-Man) wrote:
> but it doesn't support Perl 6 (yet). Also tied to install Padre on top
> of Ubuntu but just went to nowhere :-P
I'm sure the Padre developers will appreciate your feedback, and can help you
with the setup.
> Did
http://github.com/petdance/vim-perl has vim syntax highlighting for perl 6.
2009/12/7 Steffen Schwigon
> "Víctor A. Rodríguez (Bit-Man)" writes:
> > Hi perlsixers,
> >
> > we've been working a bit on Perl 6 lately [1] and some work, even the
> > basic coding, would be great if we use some IDE.
I think I can reproduce the issue. For a reason I haven't found yet, an
installed parrot's pbc_to_exe runs the following.
mt.exe -nologo -manifest perl6.exe.manifest
-outputresource:perl6.exe.manifest;1
The correct command would be as follows.
mt.exe -nologo -manifest perl6.exe.manifest -output
Hi Gabor,
2009/12/7 Gabor Szabo :
> 2009/12/6 Víctor A. Rodríguez (Bit-Man) :
>> Hi perlsixers,
>>
>> we've been working a bit on Perl 6 lately [1] and some work, even the
>> basic coding, would be great if we use some IDE.
>> I'm a regular Eclipse user and EPIC seems the natural choice for me,
>>
"Víctor A. Rodríguez (Bit-Man)" writes:
> Hi perlsixers,
>
> we've been working a bit on Perl 6 lately [1] and some work, even the
> basic coding, would be great if we use some IDE.
> I'm a regular Eclipse user and EPIC seems the natural choice for me,
> but it doesn't support Perl 6 (yet). Also t
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #71086]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=71086 >
rakudo: for .kv { .say }
rakudo 7ef386: 0a1b2c
rakudo: class List is also { met
2009/12/6 Víctor A. Rodríguez (Bit-Man) :
> Hi perlsixers,
>
> we've been working a bit on Perl 6 lately [1] and some work, even the
> basic coding, would be great if we use some IDE.
> I'm a regular Eclipse user and EPIC seems the natural choice for me,
> but it doesn't support Perl 6 (yet). Also
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #71096]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=71096 >
rakudo: my $a; BEGIN { $a = 42 }
rakudo 7ef386: Symbol '$a' not predeclared in [...]
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #71088]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=71088 >
rakudo: "".subst(/x/, "").trans()
rakudo 7ef386: too few positional arguments: 1 passe
Hi perlsixers,
we've been working a bit on Perl 6 lately [1] and some work, even the
basic coding, would be great if we use some IDE.
I'm a regular Eclipse user and EPIC seems the natural choice for me,
but it doesn't support Perl 6 (yet). Also tied to install Padre on top
of Ubuntu but just went
12 matches
Mail list logo