Re: command auto-completion in perl6 shell

2017-05-30 Thread Shrivats
$result = 8; > > say $res > Hi, As it stands right now, perl6 REPL is a bare bones shell with just enough functionality. You may also add readline using `zef install Readline` and use it with the REPL. Autocomplete feature might be added in later releases. Shrivats

Re: Need "contains" help

2017-05-02 Thread Shrivats
Careful :-) You're actually closing the single quote you​started with perl6 -e. In other words, this is your Shell's doing. You can execute this as a script with single quote around string literals with no issues Streetcars On May 3, 2017 10:27, "ToddAndMargo" wrote: > Hi All, > > Why does th

Re: [perl #116739] [BUG] circumfix with words creates bogus "two terms in a row" error in Rakudo

2013-02-26 Thread Shrivats
Unless I'm missing something, circumfixes seem to be implemented in rakudo. Have a look at S06-operator-overloading/sub.t in roast. In this particular example, you can remove spaces between those circumfix operators and arguments. I guess that's what triggers TTIAR. On Feb 13, 2013 8:34 PM, "Carl

Announce: Rakudo Perl 6 compiler development release #60 ("Sonoma")

2013-01-17 Thread Shrivats
"Using Perl 6" book, and other software that can be used with the Rakudo compiler to enhance its utility. Rakudo Star is meant for early adopters who wish to explore what's possible with Rakudo Perl 6 and provide feedback on what works, what doesn't, and what else they would like to see included in the distribution. Shrivats aka "isBEKaml"