Re: Parse a string into a regex?

2017-05-12 Thread Andreas Mueller
IMHO it is a security and speed issu I switched it of with a pragma like this: use MONKEY-SEE-NO-EVAL; my $match = EVAL "/$m/"; if $test_string ~~ $match { say 'yea' } Andreas On 11.05.17 10:32, Sean McAfee wrote: > I've been searching for how to parse a string into a

Re: lazy gather?

2017-03-14 Thread Andreas Mueller
X-PMX-Spam: Gauge=, Probability=8%, Report=' HTML_00_01 0.05, HTML_00_10 0.05, BODYTEXTP_SIZE_3000_LESS 0, BODY_SIZE_1000_LESS 0, BODY_SIZE_2000_LESS 0, BODY_SIZE_5000_LESS 0, BODY_SIZE_7000_LESS 0, BODY_SIZE_800_899 0, IN_REP_TO 0, LEGITIMATE_SIGNS 0, MSG_THREAD 0, NO_URI_HTTPS 0,

Re: I need help with pattern matching

2017-03-13 Thread Andreas Mueller
$ perl6 -e 'my $x="abc(123)def"; say $x ~~ m/(abc)(\(123\))(def)/;' -am On 13.03.17 00:27, ToddAndMargo wrote: > Hi All, > > What am I doing wrong here? > > $ perl6 -e 'my $x="abc\(123\)def"; $x ~~ m/(abc\))(123)(\(def)/; say > "$x\n\$0=<$0> \$1=<$1> \$2=<$2>\n";' > > Use of Nil in string

Re: Your thoughts on Padre?

2017-03-09 Thread Andreas Mueller
how funny is that ?? =:-) (please watch the clip) but I think we need an editor written in perl6 - not in Java ;) -am On 08.03.17 23:29, ToddAndMargo wrote: > Hi All, > > The guys on the chat line told me to look at > > https://atom.io/ > > as it is specifically written

Install Drive on Windows

2017-03-07 Thread Andreas Mueller
Hi, why do I have to install rakudo on drive C:\ ? Greetings Andreas -- Andreas Müller

Re: can Perl 6 bootstrap itself

2016-08-26 Thread Andreas Mueller
on Windows i have to install git to download a Module maybe, one day there is a 'git' written in P6 Andreas On 25.08.16 17:56, Parrot Raiser wrote: > It's going to be easier to demonstrate stand-alone Perl 6 on Windows > than an *nix machine. If you remove Perl from them, the result

Re: can Perl 6 bootstrap itself

2016-08-23 Thread Andreas Mueller
wouldn't it be nice to have the MoarVM and one piece of software in one file for the job ? Andreas On 22.08.16 16:36, Andreas Mueller wrote: > Hi, > > is there a minimal tool set (best written in P6), that > can load the necessary rest from the internet to have a comple

can Perl 6 bootstrap itself

2016-08-22 Thread Andreas Mueller
Hi, is there a minimal tool set (best written in P6), that can load the necessary rest from the internet to have a complete Perl6 installation ? Greetings Andreas -- Andreas Müller