On behalf of the Rakudo development team, I’m very happy to announce the
April 2016 release of Rakudo Perl 6 #98. 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 on t
# New Ticket Created by mt1957
# Please include the string: [perl #127933]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=127933 >
Hi,
Found a strange bug in REPL;
> my int8 $i = 0x78;
120
> my int8 $j = 0x78;
Unhandled le
Hi Timo,
Thanks for the code snippets, I can use that too. There is already some
code to test endianness
see mail from David Warring at my question about Union. Date April 4 2016.
Greetings,
Marcel
On 19/04/16 16:25, Elizabeth Mattijsen wrote:
> I’ve been looking at nativecast, but haven’t
On 19/04/16 16:25, Elizabeth Mattijsen wrote:
I’ve been looking at nativecast, but haven’t been able to find an > example
that I could apply to this?
>
Liz
Right! I should have given a working example, or at least mention that
CArray would probably be necessary to make this work.
Here'
# New Ticket Created by zebster
# Please include the string: [perl #127925]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=127925 >
I hope Unicode passes through via e-mail, if not please refer to the
identical description at
> On 19 Apr 2016, at 12:03, Timo Paulssen wrote:
>
> On 19/04/16 01:58, Kevin Pye wrote:
>> […]
>> 2. Write a simple C function to take a pointer to a double and return
>> the double, put that into a shared library and then use NativeCall.
>
>> […]
>
>
> Fortunately, you don't have to use a li
On 19/04/16 01:58, Kevin Pye wrote:
[…] > 2. Write a simple C function to take a pointer to a double and
return > the double, put that into a shared library and then use NativeCall.
> […]
Fortunately, you don't have to use a library with a custom function. You
can just use "nativecast" for t
FWIW, I’ll take PR’s for the PackUnpack distribution to make ‘f’ and ‘d’ work
:-)
> On 19 Apr 2016, at 07:28, JuhiMarcel LangbroekTimmerman
> wrote:
>
> Hi Kevin
>
> I've made something up for the time being. You can find it in the BSON
> module. Look for the file lib/Document.pm6 and the s