Dear Perl6istes,
How does one express in a perl6 match pattern that if a certain subpattern
is present the match fails.
I had expected something like:
$txt ~~ s/... -[ unwanted \s+ pattern ] .../ .../;
but its not that. Can't find it in S05.
Thank you,
Peter Schwenn
.
Thank you,
Peter Schwenn
On Fri, May 23, 2014 at 4:39 PM, Patrick R. Michaud wrote:
> On Fri, May 23, 2014 at 03:08:38PM -0400, Peter Schwenn wrote:
> > Still it would be more straightforward to have something like
> > $layn ~~ s:g/ (\W) [[RMA\.]? OpenNURBS\.]? I? On (&
e more straightforward to have something like
$layn ~~ s:g/ (\W) [[RMA\.]? OpenNURBS\.]? I? On (<[2..4]>) dPoint
/$0Rhino.Geometry.Point$1d/;
and have a more perl6-built-in way of getting hold of the /replacement/ and
the count.
Peter Schwenn
On Thu, May 22, 2014 at 9:58 PM, wrote:
>
readable.
Thank you,
Peter Schwenn
p.s. by the way
$res = ($text ~~ s:g/ using \s+ RMA.Rhino (\W) /using Rhino$0/;)
simply sets $res to True or False as you probably knew
On Thu, May 22, 2014 at 8:29 PM, Timo Paulssen wrote:
>
> On 05/23/2014 01:57 AM, Peter Schwenn wrote:
> > Dear
Dear Perl6-users,
I'd like to print out the string value of the "replacement" after a match
from a statement like:
s/pattern/replacement/; or its .subst version.
(I'm able to print out the /pattern/ (match) string simply by printing $/ ).
Does the /replacement/ have a name so I can pri
t; performance, but to
reduce error-prone redundancy in my program.)
Any ideas?
Peter Schwenn
P.S. In future I will use the IRC or the perl6-user mailing list for non-
bugs.
On Wed, May 21, 2014 at 11:33 PM, David Warring via RT <
perl6-bugs-follo...@perl.org> wrote:
> Hi Peter,
>
&g
Perl 6'rs
I'm gmake'ing parrot under Windows 7 64-bit, preparatory to building rakudo.
I'm using the latest parrot and rakudo via git.
My perl is latest stawberry/vanilla perl.
parrot: perl Configure.plruns fine, but
parrot: gmake runs on quite awhile without problems but finishes with:
:\rakudo\parrot\runtime\parrot\dynext\os.dll to same
address as parent: 0x32 != 0x34
Any ideas?
Thank you,
Peter Schwenn
To answer my own question:
I found I could get passed this error by building in a Cygwin context.
(The problem may have been a mixup [on the part of cmd.exe] about whether
the filesystem separator is / or \ )
Thank you
Peter Schwenn
-- Forwarded message --
From: Peter Schwenn
awberry perl 5.12 and git 1.7.0.2, and am running under Windows
7.
Any ideas?
Thank you,
Peter Schwenn
t; The procedure entry point parrot_pcc-constants could not be located in
> the
> > dynamic link library libparrot.dll.
> >
> > Any ideas?
> >
> > Peter Schwenn
> >
> > p.s. I have my rakudo directly under C:\, ditto for parrot. So my
> > configu
makefile / for \ in
"c:\strawberry\perl\bin\perl.exe"), then rakudo builds properly.
So perhaps its a parrot_config problem.
Peter Schwenn
On 5/18/09, chromatic wrote:
> On Monday 18 May 2009 12:20:47 Patrick R. Michaud wrote:
>
> > I'm more likely to suspect tha
e "version" in the parrot home directory is written
"1.1.0" - but SVN reports the revision 38910 correctly.
I have been successfully compiling parrot and rakudo for several months
without any significant problem, and started to encounter this about 2 days
ago May 16.
Peter
-- Forwarded message --
From: Peter Schwenn
Date: Apr 4, 2009 3:14 PM
Subject: Re: Multi-Dimensional arrays
To: Carl Mäsak
I've had inconsistent/incorrect results, once having created an array
of array of arrays, both while addressing elements in it as
@A[l][m][n]=x and
Am I right that multi-dimensional arrays do not yet work fully in Rakudo?
If a class attribute declaration has a . or ! twigil, e.g. has @!items, do
all the ensuing references to @items in the class's methods have to include
the twigil or can the variable be written thereafter simply @items without
the twigil?
Thank you, Peter Schwenn
yes
On Sat, Jan 31, 2009 at 7:45 PM, James Keenan via RT <
parrotbug-follo...@parrotcode.org> wrote:
> Are we happy enough with the issues raised in this ticket in order to
> resolve it?
>
> Thank you very much.
> kid51
>
ROTECTED]> wrote:
>
> On Wed, Nov 19, 2008 at 1:09 PM, via RT Peter Schwenn
> <[EMAIL PROTECTED]> wrote:
> > # New Ticket Created by Peter Schwenn
> > # Please include the string: [perl #60678]
> > # in the subject line of all future correspondence about thi
er and linker to
use...Compilation
failed with 'gcc'
C:\parrot-0.8.0>
--------
Peter Schwenn
On 11/20/08, Will Coleda via RT <[EMA
ly in the build process" error that it
would affect anyone building with Windows.
Thank you
On 11/20/08, Will Coleda via RT <[EMAIL PROTECTED]> wrote:
>
> On Wed, Nov 19, 2008 at 1:09 PM, via RT Peter Schwenn
> <[EMAIL PROTECTED]> wrote:
> > # New Ticket Created b
ot building?
Thank you, Peter Schwenn
On 11/20/08, Will Coleda via RT <[EMAIL PROTECTED]> wrote:
>
> On Wed, Nov 19, 2008 at 1:09 PM, via RT Peter Schwenn
> <[EMAIL PROTECTED]> wrote:
> > # New Ticket Created by Peter Schwenn
> > # Please include the string: [p
t settings that makes Pugs aware of Parrot's presence?
Sincerely,
Peter Schwenn
[p.s. I have successfully built pugs-6.2.11 with Ghc-4.11 w/ hs-plugins
support, and parrot-0.4.1 (with built source tree) both under FedoraC4
linux, but Pugs does not see Parrot when I try, e.g., pugs -Bparr
Dear Internists,
Could someone post two or three pointers to documentation that gives an
overview (and more) of how to use Pugs with embedded Parrot, use Parrot
"external" to Pugs, and other means of interaction of Pugs and Parrot:
PGE, ... ?
PeterS
Perl6ers,
What is the most commonly used development platform (os and machine) by
folks on this group?
PeterS
Steve Peters wrote:
On Wed, Dec 28, 2005 at 09:50:49PM -0500, Peter Schwenn wrote:
I've spent a couple of days trying out Cygwin, MinGW, PXPerl, and other
Windows based con
rted.
One more pointer, an elaboration, (a general one to documentation one
relation of Pugs to embedded Parrot even better): if Pugs doesn't have a
feature yet, like much of Rules, does it ship it off to embedded Parrot
for potential help?
Thanks again
Luke Palmer wrote:
On 12/23/05
And then ... ? Does Pugs see and invoke that Parrot available in PATH
without some explicit command or parameter when running PUGS?
Gaal Yahas wrote:
On Fri, Dec 23, 2005 at 11:24:54PM -0500, Peter Schwenn wrote:
How does Pugs use Parrot "external" as opposed to "embedded"
Dear Nick
thanks. by the way how does one signal Pugs that Parrot is to be used
"Externally".?
Nick Glencross wrote:
On 12/26/05, jerry gay <[EMAIL PROTECTED]> wrote:
cygwin *should* compile parrot just fine. the last report i see on
http://smoke.parrotcode.org/smoke/ for i386-cygwin-gcc
Perl6'ers
Under Cygwin (bash), while building PUGS, Pugs' Makefile.PL (one of its
henchmen) needs an environment setting to say where a runnable 'ghc' can
be found. I have GHC installed (in its .msi incarnation as required) in
c:/cygwin/home/me/ghc
I tried:
setenv GHC=/home/me/ghc/bin
In order to Makefile.PL Pugs, what is the environment variable that
points to GHC?
Dear 6Compilers,
Cygwin isn't entirely happy with Parrot (don't know about Pugs). Is the
best approach on "plain" windows for setting up perl5+pugs+parrot to:
1. set up a gcc environment
2. get the tar.gz sources involved
3. use gcc's make tomake, make test, make install each
Dear self,
I've since discovered the prior discussion of Pugs under Cygwin so I
know there's probably not yet a simple answer but enough of a work
around to go forward (building and using Pugs+Parrot+... under Cygwin.)
Peter Schwenn
Peter Schwenn wrote:
Perl6'ers
Und
How does Pugs use Parrot "external" as opposed to "embedded"?
(e.g. as expressed in:
CAVEATS FOR ALL USERS
-
Parrot is used to provide Perl6-style regular expressions.
Perl5-style regular expressions (eg, rx:perl5/foo/) can be used
without any parrot at all. Pugs can be buil
for potential help?
Thanks again
Luke Palmer wrote:
On 12/23/05, Peter Schwenn <[EMAIL PROTECTED]> wrote:
Perl6'ers
Is the "best" (most complete as to Perl6 Language) current setup (for
experimenting with Perl6 source code) currently a hybrid: Pugs with
embedded Parrot, or is
Perl6'ers
Is the "best" (most complete as to Perl6 Language) current setup (for
experimenting with Perl6 source code) currently a hybrid: Pugs with
embedded Parrot, or is it Perl5 with a large set of Perl6'ish modules.
Or something else that I've missed.
For the former case (Pugs+Parrot) whe
er written out in informal (not regex) rules such as $array[idx] ->
@array[idx]
Is there such a Perl5->Perl6 translator underway?
Sincerely,
Peter Schwenn
www.schwenn.com
p.s. I'm not yet up to originating a good one, but believe I could make
contributions in extending and check
35 matches
Mail list logo