On Monday, June 05, 2017 5:05 PM, Will Coleda via RT wrote:
> On Fri, 02 Jun 2017 23:29:40 -0700, ben-goldb...@hotmail.com wrote:
> > On #perl6 IRC, I typed this:
> >
> > m: my \foo = Callable but role :: { };
> > <+camelia> rakudo-moar ef9872: OUTPUT: «X::Method::NotFound exception
> > produced
On Monday, June 05, 2017 5:05 PM, Will Coleda via RT wrote:
> On Fri, 02 Jun 2017 23:29:40 -0700, ben-goldb...@hotmail.com wrote:
> > On #perl6 IRC, I typed this:
> >
> > m: my \foo = Callable but role :: { };
> > <+camelia> rakudo-moar ef9872: OUTPUT: «X::Method::NotFound exception
> > produced
> Something bit you; note that you are not using "-e" but "–e" (U+2013 EN DASH).
>
Right, the consequence of cutting & pasting. It's interesting that the
error message on the corrected version is unlike either of the
original examples.
> Something bit you; note that you are not using "-e" but "–e" (U+2013 EN DASH).
>
Right, the consequence of cutting & pasting. It's interesting that the
error message on the corrected version is unlike either of the
original examples.
I just noticed the - was a different length, so I changed it, et voila:
perl6 -e "my \foo = Callable but role:: { };"
===SORRY!=== Error while compiling -e
Undeclared routine:
role used at line 1. Did you mean 'roll'?
On 6/5/17, Parrot Raiser <1parr...@gmail.com> wrote:
> As a kibitzer, I tri
As a kibitzer, I tried that with "This is Rakudo version 2017.04.3
built on MoarVM version 2017.04-53-g66c6dda
implementing Perl 6.c".
and got:
perl6 –e "my \foo = Callable but role:: { };"
Could not open –e. Failed to stat file: no such file or directory
while:
perl6 -e "say 'boo'"
boo
worked
On Mon, Jun 5, 2017 at 5:32 PM, Parrot Raiser <1parr...@gmail.com> wrote:
> perl6 –e "my \foo = Callable but role:: { };"
Something bit you; note that you are not using "-e" but "–e" (U+2013 EN
DASH).
--
brandon s allbery kf8nh sine nomine associates
allber...@gma
On Mon, Jun 5, 2017 at 5:32 PM, Parrot Raiser <1parr...@gmail.com> wrote:
> perl6 –e "my \foo = Callable but role:: { };"
Something bit you; note that you are not using "-e" but "–e" (U+2013 EN
DASH).
--
brandon s allbery kf8nh sine nomine associates
allber...@gma
I just noticed the - was a different length, so I changed it, et voila:
perl6 -e "my \foo = Callable but role:: { };"
===SORRY!=== Error while compiling -e
Undeclared routine:
role used at line 1. Did you mean 'roll'?
On 6/5/17, Parrot Raiser <1parr...@gmail.com> wrote:
> As a kibitzer, I tri
As a kibitzer, I tried that with "This is Rakudo version 2017.04.3
built on MoarVM version 2017.04-53-g66c6dda
implementing Perl 6.c".
and got:
perl6 –e "my \foo = Callable but role:: { };"
Could not open –e. Failed to stat file: no such file or directory
while:
perl6 -e "say 'boo'"
boo
worked
10 matches
Mail list logo