Re: I need to run and release a program in the background

2020-11-16 Thread ToddAndMargo via perl6-users
On 2020-11-16 15:50, Andy Bach wrote: > this command runs OUTSIDE the shell.  There are no  environmental variables to be found such as $HOME Well, not exactly none, but a limited env $ raku -e 'my $pA = Proc::Async.new( "env" ); $pA.start;' ... Hi Andy, Limited indeed! I get around it

Re: I need to run and release a program in the background

2020-11-16 Thread Andy Bach
n:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin From: ToddAndMargo via perl6-users Sent: Monday, November 16, 2020 4:39 PM To: perl6-us...@perl.org Subject: Re: I need to run and release a program in the background CAUTION - EXTERNAL: On 202

Re: I need to run and release a program in the background

2020-11-16 Thread ToddAndMargo via perl6-users
On 2020-11-14 12:23, ToddAndMargo via perl6-users wrote: Hi All, How do I use qqx or other to run and release a program in the background, like bash's "&"? Many thanks, -T My revised keeper: How to run and release a file: Note: this command runs OUT

Re: I need to run and release a program in the background

2020-11-14 Thread ToddAndMargo via perl6-users
On 2020-11-14 13:14, ToddAndMargo via perl6-users wrote: On 2020-11-14 12:23, ToddAndMargo via perl6-users wrote: Hi All, How do I use qqx or other to run and release a program in the background, like bash's "&"? Many thanks, -T The guys on hte chat line figured it out for

Re: I need to run and release a program in the background

2020-11-14 Thread ToddAndMargo via perl6-users
On 2020-11-14 12:23, ToddAndMargo via perl6-users wrote: Hi All, How do I use qqx or other to run and release a program in the background, like bash's "&"? Many thanks, -T The guys on hte chat line figured it out for me: $ p6 'my $pA = Proc::Async.new( "/usr/bin/leaf

I need to run and release a program in the background

2020-11-14 Thread ToddAndMargo via perl6-users
Hi All, How do I use qqx or other to run and release a program in the background, like bash's "&"? Many thanks, -T -- A computer without Microsoft is like a chocolate cake without the mustard

Announce: Rakudo compiler, Release 2020.06

2020-06-21 Thread Alexander Kiryuhin
On behalf of the Rakudo development team, I’m very happy to announce the June 2020 release of Rakudo #136. Rakudo is an implementation of the Raku[^1] language. The source tarball for this release is available from https://rakudo.org/files/rakudo. Pre-compiled archives will be available shortly

Announce: Rakudo compiler, Release 2020.05.1

2020-05-10 Thread Alexander Kiryuhin
On behalf of the Rakudo development team, I'm announcing an out-of-schedule release of the Rakudo compiler. Rakudo is an implementation of the Raku[^1] language. This release is a point release in addition to the regular, monthly releases. This release fixes relocatability on Windows. Users

Announce: Rakudo compiler, Release 2020.05

2020-05-10 Thread Alexander Kiryuhin
On behalf of the Rakudo development team, I’m very happy to announce the May 2020 release of Rakudo #135 <https://github.com/rakudo/rakudo/pull/135>. Rakudo is an implementation of the Raku[^1] language. The source tarball for this release is available from https://rakudo.org/files/rakud

Announce: Rakudo compiler, Release 2020.02.1

2020-03-02 Thread Alexander Kiryuhin
On behalf of the Rakudo development team, I'm announcing an out-of-schedule release of the Rakudo Perl 6 compiler. Rakudo is an implementation of Perl 6 on the Moar Virtual Machine[^1]. This release is a point release in addition to the regular, monthly releases. This release fixes building

Announce: Rakudo compiler, Release #134 (2020.02)

2020-02-24 Thread Alexander Kiryuhin
On behalf of the Rakudo development team, I’m very happy to announce the February 2020 release of Rakudo #134. Rakudo is an implementation of the Raku[^1] language. The source tarball for this release is available from <https://rakudo.org/files/rakudo>. Pre-compiled archives will be ava

Announce: Rakudo compiler, Release #133 (2020.01)

2020-02-10 Thread Alexander Kiryuhin
On behalf of the Rakudo development team, I’m very happy to announce the January 2020 release of Rakudo #133. Rakudo is an implementation of the Raku[^1] language. The source tarball for this release is available from <https://rakudo.org/files/rakudo>. Pre-compiled archives will be ava

Rakudo compiler, Release #132 (2019.11)

2019-11-28 Thread Aleks-Daniel Jakimenko-Aleksejev
On behalf of the Rakudo development team, I’m very happy to announce the November 2019 release of Rakudo #132. Rakudo is an implementation of Raku on the Moar Virtual Machine[^1]. This release implements 6.c and 6.d versions of the Raku specification. 6.c version of the language is available

Announce: Rakudo Perl 6 compiler, Release 2019.07.1

2019-07-28 Thread Aleks-Daniel Jakimenko-Aleksejev
On behalf of the Rakudo development team, I'm announcing an out-of-schedule release of the Rakudo Perl 6 compiler. Rakudo is an implementation of Perl 6 on the Moar Virtual Machine[^1]. This release is a point release in addition to the regular releases. Rakudo 2019.07 (note: no .1

Re: Announce: Rakudo Perl 6 compiler, Release #131 (2019.07)

2019-07-18 Thread Parrot Raiser
"https://rakudo.org/files/rakudo; still appears to be broken; it generates a 500 page. Attempting to go there from the "compiler-only" button on the download page does the same thing. I've tried to track down the problem and the source code for the Web page, but got rather lost (I don't actually

Re: Announce: Rakudo Perl 6 compiler, Release #131 (2019.07)

2019-07-18 Thread Elizabeth Mattijsen
jev wrote: >> On behalf of the Rakudo development team, I’m very happy to announce the >> July 2019 release of Rakudo Perl 6 #131. Rakudo is an implementation of >> Perl 6 on the Moar Virtual Machine[^1]. >> New in 2019.07: >> + SPECIAL NOTES: >> + Upcoming

Re: Announce: Rakudo Perl 6 compiler, Release #131 (2019.07)

2019-07-17 Thread Darren Duncan
On 2019-07-17 2:18 p.m., Aleks-Daniel Jakimenko-Aleksejev wrote: On behalf of the Rakudo development team, I’m very happy to announce the July 2019 release of Rakudo Perl 6 #131. Rakudo is an implementation of Perl 6 on the Moar Virtual Machine[^1]. New in 2019.07:   + SPECIAL NOTES

Announce: Rakudo Perl 6 compiler, Release #131 (2019.07)

2019-07-17 Thread Aleks-Daniel Jakimenko-Aleksejev
On behalf of the Rakudo development team, I’m very happy to announce the July 2019 release of Rakudo Perl 6 #131. Rakudo is an implementation of Perl 6 on the Moar Virtual Machine[^1]. This release implements 6.c and 6.d versions of the Perl 6 specification. 6.c version of the language

Announce: Rakudo Perl 6 compiler, Release 2019.03.1

2019-03-17 Thread Aleks-Daniel Jakimenko-Aleksejev
On behalf of the Rakudo development team, I'm announcing an out-of-schedule release of the Rakudo Perl 6 compiler. Rakudo is an implementation of Perl 6 on the Moar Virtual Machine[^1]. This release is a point release in addition to the regular, monthly releases. Rakudo 2019.03 (note: no .1

Announce: Rakudo Perl 6 compiler, Release #130 (2019.03)

2019-03-07 Thread Aleks-Daniel Jakimenko-Aleksejev
On behalf of the Rakudo development team, I’m very happy to announce the March 2019 release of Rakudo Perl 6 #130. Rakudo is an implementation of Perl 6 on the Moar Virtual Machine[^1]. This release implements 6.c and 6.d versions of the Perl 6 specification. 6.c version of the language

Announce: Rakudo Perl 6 compiler, Release #129 (2018.12)

2018-12-20 Thread Aleks-Daniel Jakimenko-Aleksejev
On behalf of the Rakudo development team, I’m very happy to announce the December 2018 release of Rakudo Perl 6 #129. Rakudo is an implementation of Perl 6 on the Moar Virtual Machine[^1]. This release implements 6.c and 6.d versions of the Perl 6 specification. 6.c version of the language

Announce: Rakudo Perl 6 compiler, Release #128 (2018.11)

2018-11-29 Thread Aleks-Daniel Jakimenko-Aleksejev
On behalf of the Rakudo development team, I’m very happy to announce the November 2018 release of Rakudo Perl 6 #128. Rakudo is an implementation of Perl 6 on the Moar Virtual Machine[^1]. This release implements 6.c and 6.d versions of the Perl 6 specification. 6.c version of the language

Announce: Rakudo Star Release 2018.10

2018-11-11 Thread Steve Mynott
Announce: Rakudo Star Release 2018.10 A useful and usable production distribution of Rakudo Perl 6 On behalf of the Rakudo and Perl 6 development teams, I'm pleased to announce the October 2018 release of "Rakudo Star", a useful and usable production distribution of Rakudo. T

Re: Announce: Raku Perl 6 'Diwali' 6.d Language Specification Release

2018-11-05 Thread Parrot Raiser
> This announcement is available in a form of a colourful PDF brochure: > https://marketing.perl6.org/id/1541379592/pdf_digital > A massive applause for this, even though the announcement was so inconspicuous that I had actually reverted to the inbox to collect the next message before a little

Announce: Raku Perl 6 'Diwali' 6.d Language Specification Release

2018-11-04 Thread zoffix
This announcement is available in a form of a colourful PDF brochure: https://marketing.perl6.org/id/1541379592/pdf_digital On behalf of the development team, it brings me great pleasure to announce the Diwali release

Announce: Rakudo Perl 6 compiler, Release #127 (2018.10)

2018-10-28 Thread Aleks-Daniel Jakimenko-Aleksejev
On behalf of the Rakudo development team, I’m very happy to announce the October 2018 release of Rakudo Perl 6 #127. Rakudo is an implementation of Perl 6 on the Moar Virtual Machine[^1]. This release implements the 6.c version of the Perl 6 specifications. It includes bugfixes and optimizations

Mathx::Stat and Bayes::Learn release 0.1.2

2018-10-16 Thread The Holy Ghost
Hello, Mathx::Stat and Bayes::Learn should be indexable from holyghost's Perl6 CPAN directory. Mathx::Stat is a statistics package unto correlation dimension. Variance, Estimate are distribution (population) based to enter more data which is processed. There are also Correlation and

Announce: Rakudo Perl 6 compiler, Release #126 (2018.09)

2018-09-23 Thread Aleks-Daniel Jakimenko-Aleksejev
On behalf of the Rakudo development team, I’m very happy to announce the September 2018 release of Rakudo Perl 6 #126. Rakudo is an implementation of Perl 6 on the Moar Virtual Machine[^1]. This release implements the 6.c version of the Perl 6 specifications. It includes bugfixes

Announce: Rakudo Perl 6 compiler, Release #125 (2018.08)

2018-09-02 Thread Aleks-Daniel Jakimenko-Aleksejev
On behalf of the Rakudo development team, I’m very happy to announce the August 2018 release of Rakudo Perl 6 #125. Rakudo is an implementation of Perl 6 on the Moar Virtual Machine[^1]. This release implements the 6.c version of the Perl 6 specifications. It includes bugfixes and optimizations

Announce: Rakudo Star Release 2018.06

2018-08-06 Thread Steve Mynott
On behalf of the Rakudo and Perl 6 development teams, I'm pleased to announce the June 2018 release of "Rakudo Star", a useful and usable production distribution of Rakudo Perl 6. The tarball for this release is available from <https://rakudo.perl6.org/downloads/star/>. Bi

Announce: Rakudo Star Release 2018.06

2018-08-06 Thread Steve Mynott
On behalf of the Rakudo and Perl 6 development teams, I'm pleased to announce the June 2018 release of "Rakudo Star", a useful and usable production distribution of Rakudo Perl 6. The tarball for this release is available from <https://rakudo.perl6.org/downloads/star/>. Bi

Announce: Rakudo Star Release 2018.06

2018-08-06 Thread Steve Mynott
On behalf of the Rakudo and Perl 6 development teams, I'm pleased to announce the June 2018 release of "Rakudo Star", a useful and usable production distribution of Rakudo Perl 6. The tarball for this release is available from <https://rakudo.perl6.org/downloads/star/>. Bi

Announce: Rakudo Perl 6 compiler, Release #124 (2018.06)

2018-06-21 Thread Aleks-Daniel Jakimenko-Aleksejev
On behalf of the Rakudo development team, I’m very happy to announce the June 2018 release of Rakudo Perl 6 #124. Rakudo is an implementation of Perl 6 on the Moar Virtual Machine[^1]. This release implements the 6.c version of the Perl 6 specifications. It includes bugfixes and optimizations

Announce: Rakudo Perl 6 compiler, Release #123 (2018.05)

2018-05-24 Thread Aleks-Daniel Jakimenko-Aleksejev
On behalf of the Rakudo development team, I’m very happy to announce the May 2018 release of Rakudo Perl 6 #123. Rakudo is an implementation of Perl 6 on the Moar Virtual Machine[^1]. This release implements the 6.c version of the Perl 6 specifications. It includes bugfixes and optimizations

Announce: Rakudo Star Release 2018.04

2018-05-07 Thread Steve Mynott
# Announce: Rakudo Star Release 2018.04 ## A useful and usable production distribution of Rakudo Perl 6 On behalf of the Rakudo and Perl 6 development teams, I'm pleased to announce the April 2018 release of "Rakudo Star", a useful and usable production distribution of Rak

Announce: Rakudo Perl 6 compiler, Release 2018.04.1

2018-04-29 Thread Aleks-Daniel Jakimenko-Aleksejev
On behalf of the Rakudo development team, I'm announcing an out-of-schedule release of the Rakudo Perl 6 compiler. Rakudo is an implementation of Perl 6 on the Moar Virtual Machine[^1]. This release is a point release in addition to the regular, monthly releases. Rakudo 2018.04 (note: no .1

Announce: Rakudo Perl 6 compiler, Release #122 (2018.04)

2018-04-25 Thread Aleks-Daniel Jakimenko-Aleksejev
On behalf of the Rakudo development team, I’m very happy to announce the April 2018 release of Rakudo Perl 6 #122. Rakudo is an implementation of Perl 6 on the Moar Virtual Machine[^1]. This release implements the 6.c version of the Perl 6 specifications. It includes bugfixes and optimizations

Announce: Rakudo Perl 6 compiler, Release #121 (2018.03)

2018-03-19 Thread Aleks-Daniel Jakimenko-Aleksejev
On behalf of the Rakudo development team, I’m very happy to announce the March 2018 release of Rakudo Perl 6 #121. Rakudo is an implementation of Perl 6 on the Moar Virtual Machine[^1]. This release implements the 6.c version of the Perl 6 specifications. It includes bugfixes and optimizations

Announce: Rakudo Perl 6 compiler, Release 2018.02.1

2018-02-22 Thread Aleks-Daniel Jakimenko-Aleksejev
On behalf of the Rakudo development team, I'm announcing an out-of-schedule release of the Rakudo Perl 6 compiler. Rakudo is an implementation of Perl 6 on the Moar Virtual Machine[^1]. This release is a point release in addition to the regular, monthly releases. Rakudo 2018.02 (note: no .1

Announce: Rakudo Perl 6 compiler, Release #120 (2018.02)

2018-02-20 Thread Aleks-Daniel Jakimenko-Aleksejev
On behalf of the Rakudo development team, I’m very happy to announce the February 2018 release of Rakudo Perl 6 #120. Rakudo is an implementation of Perl 6 on the Moar Virtual Machine[^1]. This release implements the 6.c version of the Perl 6 specifications. It includes bugfixes and optimizations

Re: Announce: Rakudo Star Release 2018.01

2018-01-29 Thread ToddAndMargo
On 01/29/2018 07:31 AM, Steve Mynott wrote: Binaries for macOS and Windows (64 bit) will shortly be available at the same location. And sign of 32 bit for Windows in our future?

Announce: Rakudo Star Release 2018.01

2018-01-29 Thread Steve Mynott
On behalf of the Rakudo and Perl 6 development teams, I'm pleased to announce the January 2018 release of "Rakudo Star", a useful and usable production distribution of Rakudo Perl 6. The tarball for this release is available from https://rakudo.perl6.org/downloads/star/. Binaries

Announce: Rakudo Perl 6 compiler, Release #119 (2018.01)

2018-01-24 Thread Aleks-Daniel Jakimenko-Aleksejev
On behalf of the Rakudo development team, I’m very happy to announce the January 2018 release of Rakudo Perl 6 #119. Rakudo is an implementation of Perl 6 on the Moar Virtual Machine[^1]. This release implements the 6.c version of the Perl 6 specifications. It includes bugfixes and optimizations

Announce: Rakudo Perl 6 compiler, Release #118 (2017.12)

2017-12-20 Thread Aleks-Daniel Jakimenko-Aleksejev
On behalf of the Rakudo development team, I’m very happy to announce the December 2017 release of Rakudo Perl 6 #118. Rakudo is an implementation of Perl 6 on the Moar Virtual Machine[^1]. This release implements the 6.c version of the Perl 6 specifications. It includes bugfixes and optimizations

Announce: Rakudo Perl 6 compiler, Release #117 (2017.11)

2017-11-21 Thread Aleks-Daniel Jakimenko-Aleksejev
On behalf of the Rakudo development team, I’m very happy to announce the November 2017 release of Rakudo Perl 6 #117. Rakudo is an implementation of Perl 6 on the Moar Virtual Machine[^1]. This release implements the 6.c version of the Perl 6 specifications. It includes bugfixes and optimizations

Announce: Rakudo Star Release 2017.10

2017-11-09 Thread Steve Mynott
A useful and usable production distribution of Perl 6 On behalf of the Rakudo and Perl 6 development teams, I'm pleased to announce the October 2017 release of "Rakudo Star", a useful and usable production distribution of Perl 6. The tarball for this release is available from https://ra

Announce: Rakudo Perl 6 compiler, Release #116 (2017.10)

2017-10-26 Thread Aleks-Daniel Jakimenko-Aleksejev
On behalf of the Rakudo development team, I’m very happy to announce the October 2017 release of Rakudo Perl 6 #116. Rakudo is an implementation of Perl 6 on the Moar Virtual Machine[^1]. This release implements the 6.c version of the Perl 6 specifications. It includes bugfixes and optimizations

Announce: Rakudo Perl 6 compiler, Release #115 (2017.09)

2017-09-17 Thread Aleks-Daniel Jakimenko-Aleksejev
On behalf of the Rakudo development team, I’m very happy to announce the September 2017 release of Rakudo Perl 6 #115. Rakudo is an implementation of Perl 6 on the Moar Virtual Machine[^1]. This release implements the 6.c version of the Perl 6 specifications. It includes bugfixes

Announce: Rakudo Perl 6 compiler, Release #114 (2017.08)

2017-08-21 Thread Aleks-Daniel Jakimenko-Aleksejev
On behalf of the Rakudo development team, I’m very happy to announce the August 2017 release of Rakudo Perl 6 #114. Rakudo is an implementation of Perl 6 on the Moar Virtual Machine[^1]. This release implements the 6.c version of the Perl 6 specifications. It includes bugfixes and optimizations

Re: Announce: Rakudo Star Release 2017.07

2017-07-25 Thread Todd Chester
On 07/25/2017 12:30 AM, Elizabeth Mattijsen wrote: What do you mean by “the full Rakudo” ? Rakudo Star is the Rakudo compiler release with a set of useful modules added (“batteries included”). https://rakudo.perl6.org/downloads/star/ vs https://rakudo.perl6.org/downloads/rakudo

RE: Announce: Rakudo Star Release 2017.07

2017-07-25 Thread Mark Devine
@gmail.com] Sent: Monday, July 24, 2017 2:40 PM To: perl6-users <perl6-us...@perl.org>; Perl6 <perl6-langu...@perl.org>; perl6-compiler <perl6-compi...@perl.org> Subject: Announce: Rakudo Star Release 2017.07 A useful and usable production distribution of Perl 6 On behalf of the R

Re: Announce: Rakudo Star Release 2017.07

2017-07-25 Thread raiph mellor
it would catch up, and otherwise the intent is that > Rakudo would be leading on things that eventually become 6.d etc later. Aiui Rakudo's HEAD implemented all of 6.c (on at least one platform) as of December 25th 2015 and each subsequent monthly release has as well. (Well, actually, all of 6.c

Re: Announce: Rakudo Star Release 2017.07

2017-07-25 Thread Darren Duncan
On 2017-07-25 10:05 AM, Brandon Allbery wrote: On Tue, Jul 25, 2017 at 11:45 AM, Darren Duncan wrote: However I assume it is the 3 bullet points that the release announcement highlights: advanced macros, non-blocking I/O, bits of Synopsis 9 and 11. The fact the announcement

Re: Announce: Rakudo Star Release 2017.07

2017-07-25 Thread Brandon Allbery
On Tue, Jul 25, 2017 at 11:45 AM, Darren Duncan <dar...@darrenduncan.net> wrote: > However I assume it is the 3 bullet points that the release announcement > highlights: advanced macros, non-blocking I/O, bits of Synopsis 9 and 11. > The fact the announcement highlight

Re: Announce: Rakudo Star Release 2017.07

2017-07-25 Thread Darren Duncan
eading on things that eventually become 6.d etc later. Which missing parts are you concerned about? I'm not personally concerned about any parts at this time. It is ToddAndMargo that is concerned about it, who asked the question. However I assume it is the 3 bullet points that the release announce

Re: Announce: Rakudo Star Release 2017.07

2017-07-25 Thread Steve Mynott
On 25 July 2017 at 16:33, Stephen Wilcoxon <wilco...@gmail.com> wrote: > I don't see anything in the notes (though I may have missed it) about JVM. > I thought the plan was to get JVM functional again (though likely still > lagging MoarVM feature support) with the

Re: Announce: Rakudo Star Release 2017.07

2017-07-25 Thread Stephen Wilcoxon
I don't see anything in the notes (though I may have missed it) about JVM. I thought the plan was to get JVM functional again (though likely still lagging MoarVM feature support) with the 2017.07 release? Perl 6 on MoarVM is definitely interesting but, to me at least, the single biggest practical

Re: Announce: Rakudo Star Release 2017.07

2017-07-25 Thread Steve Mynott
ong, that it would catch up, and otherwise the intent is that > Rakudo would be leading on things that eventually become 6.d etc later. Which missing parts are you concerned about? > The original question would be more accurately phrased, "Any idea when > Rakudo will release implementing the fu

Re: Announce: Rakudo Star Release 2017.07

2017-07-25 Thread Darren Duncan
to actually implement ALL of 6.c before too long, that it would catch up, and otherwise the intent is that Rakudo would be leading on things that eventually become 6.d etc later. The original question would be more accurately phrased, "Any idea when Rakudo will release implementing the full

Re: Announce: Rakudo Star Release 2017.07

2017-07-25 Thread Timo Paulssen
Were there any failures before the "Building NQP ..." step? Somehow the moarvm that's packaged with the rakudo star didn't end up getting installed into your .local/bin, so you're getting the previous version, which - unsurprisingly - isn't new enough for current NQP and Rakudo.

Re: Announce: Rakudo Star Release 2017.07

2017-07-25 Thread Mark Carter
Attempted build on Arch Linux: perl Configure.pl --prefix=$HOME/.local --backend=moar --gen-moar --gen-moar Resulting in: Building NQP ... /usr/bin/perl Configure.pl --prefix=/home/mcarter/.local --backends=moar --make-install Creating tools/build/install-jvm-runner.pl ... ===SORRY!===

Re: Announce: Rakudo Star Release 2017.07

2017-07-25 Thread Elizabeth Mattijsen
and usable production distribution of Perl 6 >>>> On behalf of the Rakudo and Perl 6 development teams, I'm pleased to >>>> announce the July 2017 release of "Rakudo Star", a useful and usable >>>> production distribution of Perl 6. The tarball for the July

Re: Announce: Rakudo Star Release 2017.07

2017-07-25 Thread Andrew Kirkpatrick
t; On 25 Jul 2017, at 05:57, ToddAndMargo <toddandma...@zoho.com> wrote: >> On 07/24/2017 11:40 AM, Steve Mynott wrote: >>> A useful and usable production distribution of Perl 6 >>> On behalf of the Rakudo and Perl 6 development teams, I'm pleased to >>> announ

Re: Announce: Rakudo Star Release 2017.07

2017-07-25 Thread Elizabeth Mattijsen
> On 25 Jul 2017, at 05:57, ToddAndMargo <toddandma...@zoho.com> wrote: > On 07/24/2017 11:40 AM, Steve Mynott wrote: >> A useful and usable production distribution of Perl 6 >> On behalf of the Rakudo and Perl 6 development teams, I'm pleased to >> announce the Jul

Re: Announce: Rakudo Star Release 2017.07

2017-07-24 Thread ToddAndMargo
On 07/24/2017 11:40 AM, Steve Mynott wrote: A useful and usable production distribution of Perl 6 On behalf of the Rakudo and Perl 6 development teams, I'm pleased to announce the July 2017 release of "Rakudo Star", a useful and usable production distribution of Perl 6. The tarball fo

Re: Announce: Rakudo Star Release 2017.07

2017-07-24 Thread Steve Mynott
; >>> A useful and usable production distribution of Perl 6 >> >> >> The download links on http://rakudo.org/how-to-get-rakudo/ still name the >> April release and will need updating. -- Darren Duncan > > > I updated the link text now (the link themselv

Re: Announce: Rakudo Star Release 2017.07

2017-07-24 Thread zoffix
Quoting Darren Duncan <dar...@darrenduncan.net>: On 2017-07-24 11:40 AM, Steve Mynott wrote: A useful and usable production distribution of Perl 6 The download links on http://rakudo.org/how-to-get-rakudo/ still name the April release and will need updating. -- Darren Duncan I u

Re: Announce: Rakudo Star Release 2017.07

2017-07-24 Thread Darren Duncan
On 2017-07-24 11:40 AM, Steve Mynott wrote: A useful and usable production distribution of Perl 6 The download links on http://rakudo.org/how-to-get-rakudo/ still name the April release and will need updating. -- Darren Duncan

Announce: Rakudo Star Release 2017.07

2017-07-24 Thread Steve Mynott
A useful and usable production distribution of Perl 6 On behalf of the Rakudo and Perl 6 development teams, I'm pleased to announce the July 2017 release of "Rakudo Star", a useful and usable production distribution of Perl 6. The tarball for the July 2017 release is available

release names

2017-07-19 Thread Richard Hainsworth
Holiday || butterfly ? Why not holiday && butterfly ? Perl6 fuses so many other things. In any case, we would use the abbreviation D/E/F ... Adding a name is just being whimsical. So lets be doubly whimsical.

Announce: Rakudo Perl 6 compiler, Release #113 (2017.07)

2017-07-15 Thread zoffix
On behalf of the Rakudo development team, I’m very happy to announce the July 2017 release of Rakudo Perl 6 #113. Rakudo is an implementation of Perl 6 on the Moar Virtual Machine[^1]. This release implements the 6.c version of the Perl 6 specifications. It includes bugfixes and optimizations

Announce: Rakudo Perl 6 compiler, Release #112 (2017.06)

2017-06-17 Thread zoffix
On behalf of the Rakudo development team, I’m very happy to announce the June 2017 release of Rakudo Perl 6 #112. Rakudo is an implementation of Perl 6 on the Moar Virtual Machine[^1]. This release implements the 6.c version of the Perl 6 specifications. It includes bugfixes and optimizations

Announce: Rakudo Perl 6 compiler, Release #111 (2017.05)

2017-05-20 Thread zoffix
On behalf of the Rakudo development team, I’m very happy to announce the May 2017 release of Rakudo Perl 6 #111. Rakudo is an implementation of Perl 6 on the Moar Virtual Machine[^1]. This release implements the 6.c version of the Perl 6 specifications. It includes bugfixes and optimizations

[perl #131256] Re: Configure failure of Rakudo Star Release 2017.04 on ARM

2017-05-05 Thread via RT
# New Ticket Created by Steve Mynott # Please include the string: [perl #131256] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=131256 > With 2017.04 Rakudo Star you need to pass '--no-telemeh' to MoarVM Configure.pl. You

[perl #131255] [STAR] Configure failure of Rakudo Star Release 2017.04 on ARM

2017-05-05 Thread Zoffix Znet via RT
> > > > The offending code appears to be identical to the 2012.01 version, > > which worked. Did someone change the compiler options? > > Yeah, there were some issues this release cycle. I recall the release > manager mentioning he'll look into the ARM thing today ( somewhe

[perl #131255] [STAR] Configure failure of Rakudo Star Release 2017.04 on ARM

2017-05-05 Thread Zoffix Znet via RT
> > > > The offending code appears to be identical to the 2012.01 version, > > which worked. Did someone change the compiler options? > > Yeah, there were some issues this release cycle. I recall the release > manager mentioning he'll look into the ARM thing today ( somewhe

[perl #131255] Configure failure of Rakudo Star Release 2017.04 on ARM

2017-05-05 Thread Zoffix Znet via RT
which worked. Did someone change the compiler options? Yeah, there were some issues this release cycle. I recall the release manager mentioning he'll look into the ARM thing today ( somewhere in https://irclog.perlgeek.de/perl6/2017-05-04#i_14532819 )

[perl #131255] Configure failure of Rakudo Star Release 2017.04 on ARM

2017-05-04 Thread via RT
# New Ticket Created by Parrot Raiser # Please include the string: [perl #131255] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=131255 > Unfortunately, install processes is broken on ARM (R Pi). The configure process has a

Re: Announce: Rakudo Star Release 2017.04

2017-05-03 Thread ToddAndMargo
On 05/01/2017 08:29 AM, Steve Mynott wrote: A useful and usable production distribution of Perl 6 I posted the following RFE: Would you please compile RPM's up for 2017.04: https://github.com/nxadm/rakudo-pkg/issues/11

Announce: Rakudo Star Release 2017.04

2017-05-01 Thread Steve Mynott
A useful and usable production distribution of Perl 6 On behalf of the Rakudo and Perl 6 development teams, I'm pleased to announce the April 2017 release of "Rakudo Star", a useful and usable production distribution of Perl 6. The tarball for the April 2017 release is available

Announce: Rakudo Perl 6 compiler, Release 2017.04.3

2017-04-23 Thread zoffix
On behalf of the Rakudo development team, I'm announcing an out-of-schedule release of the Rakudo Perl 6 compiler. Rakudo is an implementation of Perl 6 on the Moar Virtual Machine[^1]. This release is a point release in addition to the regular, monthly releases. This release fixes an issue

Announce: Rakudo Perl 6 compiler, Release 2017.04.2

2017-04-18 Thread zoffix
On behalf of the Rakudo development team, I'm announcing an out-of-schedule release of the Rakudo Perl 6 compiler. Rakudo is an implementation of Perl 6 on the Moar Virtual Machine[^1]. This release is a point release in addition to the regular, monthly releases. This release fixes an issue

Announce: Rakudo Perl 6 compiler, Release 2017.04.1

2017-04-18 Thread zoffix
On behalf of the Rakudo development team, I'm announcing an out-of-schedule release of the Rakudo Perl 6 compiler. Rakudo is an implementation of Perl 6 on the Moar Virtual Machine[^1]. This release is a point release in addition to the regular, monthly releases. Rakudo 2017.04 (note: no .1

Announce: Rakudo Perl 6 compiler, Release #110 (2017.04)

2017-04-17 Thread zoffix
On behalf of the Rakudo development team, I’m very happy to announce the April 2017 release of Rakudo Perl 6 #110. Rakudo is an implementation of Perl 6 on the Moar Virtual Machine[^1]. This release implements the 6.c version of the Perl 6 specifications. It includes bugfixes and optimizations

Announce: Rakudo Perl 6 compiler, Release #109 (2017.03)

2017-03-18 Thread zoffix
# Announce: Rakudo Perl 6 compiler, Release #109 (2017.03) On behalf of the Rakudo development team, I’m very happy to announce the March 2017 release of Rakudo Perl 6 #109. Rakudo is an implementation of Perl 6 on the Moar Virtual Machine[^1

Announce: Rakudo Perl 6 compiler, Release #108 (2017.02)

2017-02-18 Thread zoffix
# Announce: Rakudo Perl 6 compiler, Release #108 (2017.02) On behalf of the Rakudo development team, I’m very happy to announce the February 2017 release of Rakudo Perl 6 #108. Rakudo is an implementation of Perl 6 on the Moar Virtual Machine[^1]. This release implements the 6.c version

Announce: Rakudo Star Release 2017.01

2017-01-30 Thread Steve Mynott
A useful and usable production distribution of Perl 6 On behalf of the Rakudo and Perl 6 development teams, I'm pleased to announce the November 2016 release of "Rakudo Star", a useful and usable production distribution of Perl 6. The tarball for the January 2017 release is available

Announce: Rakudo Perl 6 compiler, Release #107 (2017.01)

2017-01-20 Thread zoffix
# Announce: Rakudo Perl 6 compiler, Release #107 (2017.01) On behalf of the Rakudo development team, I’m very happy to announce the January 2017 release of Rakudo Perl 6 #107. Rakudo is an implementation of Perl 6 on the Moar Virtual Machine[^1]. This release implements the 6.c version

Announce: Rakudo Perl 6 compiler, Release #106 (2016.12)

2016-12-17 Thread zoffix
**ADVANCE NOTICE:** Note that the **NEXT** (Jan. 21, 2017) release of Rakudo will include a fix for a bug some may be relying on under the assumption of it being a feature. For details, please see the explanation

Announce: Rakudo Star Release 2016.11

2016-11-27 Thread Steve Mynott
On behalf of the Rakudo and Perl 6 development teams, I'm pleased to announce the November 2016 release of "Rakudo Star", a useful and usable production distribution of Perl 6. The tarball for the November 2016 release is available from <http://rakudo.org/downloads/star/>. This i

Announce: Rakudo Perl 6 compiler, Release #105 (2016.11)

2016-11-19 Thread zoffix
# Announce: Rakudo Perl 6 compiler, Release #105 (2016.11) On behalf of the Rakudo development team, I’m very happy to announce the November 2016 release of Rakudo Perl 6 #105. Rakudo is an implementation of Perl 6 on the Moar Virtual Machine[^1]. This release implements the 6.c version

Announce: Rakudo Star Release 2016.10

2016-10-23 Thread Steve Mynott
On behalf of the Rakudo and Perl 6 development teams, I'm pleased to announce the October 2016 release of "Rakudo Star", a useful and usable production distribution of Perl 6. The tarball for the October 2016 release is available from http://rakudo.org/downloads/star/. This is the f

Announce: Rakudo Perl 6 compiler, Release #104 (2016.10)

2016-10-15 Thread zoffix
# Announce: Rakudo Perl 6 compiler, Release #104 (2016.10) On behalf of the Rakudo development team, I’m very happy to announce the October 2016 release of Rakudo Perl 6 #104. Rakudo is an implementation of Perl 6 on the Moar Virtual Machine[^1]. This release implements the 6.c version

Announce: Rakudo Perl 6 compiler, Release #103 (2016.09)

2016-09-17 Thread zoffix
# Announce: Rakudo Perl 6 compiler, Release #103 (2016.09) On behalf of the Rakudo development team, I’m very happy to announce the September 2016 release of Rakudo Perl 6 #103. Rakudo is an implementation of Perl 6 on the Moar Virtual Machine[^1]. This release implements the 6.c version

Announce: Rakudo Perl 6 compiler, Release 2016.08.1

2016-08-20 Thread zoffix
# Announce: Rakudo Perl 6 compiler, Release 2016.08.1 On behalf of the Rakudo development team, I'm announcing an out-of-schedule release of the Rakudo Perl 6 compiler. Rakudo is an implementation of Perl 6 on the Moar Virtual Machine[^1]. This release is a point release in addition

Announce: Rakudo Perl 6 compiler, Release #102 (2016.08)

2016-08-20 Thread zoffix
# Announce: Rakudo Perl 6 compiler, Release #102 (2016.08) On behalf of the Rakudo development team, I’m very happy to announce the August 2016 release of Rakudo Perl 6 #102. Rakudo is an implementation of Perl 6 on the Moar Virtual Machine[^1]. This release implements the 6.c version

Re: Announce: Rakudo Star Release 2016.07

2016-07-22 Thread James Ellis Osborne III
That is quite a step forward! Happy 22nd, All! On Jul 22, 2016 4:01 AM, "Steve Mynott" <steve.myn...@gmail.com> wrote: > > On behalf of the Rakudo and Perl 6 development teams, I’m pleased to > announce the July 2016 release of “Rakudo Star”, a useful and usable > pro

Announce: Rakudo Star Release 2016.07

2016-07-22 Thread Steve Mynott
On behalf of the Rakudo and Perl 6 development teams, I’m pleased to announce the July 2016 release of “Rakudo Star”, a useful and usable production distribution of Perl 6. The tarball for the July 2016 release is available from http://rakudo.org/downloads/star/. This is the third post-Christmas

Announce: Rakudo Perl 6 compiler, Release 2016.07.1

2016-07-18 Thread zoffix
On behalf of the Rakudo development team, I'm announcing an out-of-schedule release of the Rakudo Perl 6 compiler. Rakudo is an implementation of Perl 6 on the Moar Virtual Machine[^1]. This release is a point release in addition to the regular, monthly releases. Rakudo 2016.07 (note: no .1

Re: Announce: Rakudo Perl 6 compiler, Release #101 (2016.07)

2016-07-17 Thread Steve Mynott
There is a release candidate at http://pl6anet.org/drop/rakudo-star-2016.07-RC0.tar.gz S On 16 July 2016 at 18:51, <zof...@zoffix.com> wrote: > > Quoting Parrot Raiser <1parr...@gmail.com>: > >> When's the next Rakudo* likely to be out? > > > There's a se

  1   2   3   4   5   6   7   8   >