[perl #127924] [IMPROVEMENT] Explicit use of `return` on `is rw` subs should behave like `return-rw`

2016-04-18 Thread via RT
# New Ticket Created by Zoffix Znet # Please include the string: [perl #127924] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=127924 > Currently, if you use explicit keyword `return` to return out of a sub marked with `is rw

Blobs and IEEE floating point

2016-04-18 Thread Kevin Pye
Hi, I have a several-thousand-line long Perl 5 script which I've been translating to Perl 6 over some time, and it runs fine, although a little slowly :-) There is however one section which I haven't needed to use until recently, and which I've been avoiding translating because it's not all that

Announce: [SixFix] A weekly dose of Perl 6 delivered to your inbox

2016-04-18 Thread Nigel Hamilton
SixFix is a weekly email with something new to learn about Perl 6. But there's a catch! Each email includes a coding challenge and a question about Perl 6 you must answer to receive your next SixFix. SixFix helps you learn Perl 6 with practical coding exercises (approx 1/2 an hour each week). You

Re: Blobs and IEEE floating point

2016-04-18 Thread JuhiMarcel LangbroekTimmerman
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 subs encode-double and decode-double. This code must be rewritten though for speed but at least it works. Marcel P.s. I've seen that not all comments in the pro