Solomon Foster

Results 11 comments of Solomon Foster

Let me give a practical example. (doing this on my iPad, forgive me if there are formatting issues.) ``` role Real { method sign() { self < 0 ?? -1...

Talking with labster++ I've concluded that smartmatching `IO::Path ~~ Str` should indeed work, as `Str.ACCEPTS` does an `eq` check, which should convert IO::Path to Str.

I'm trying this now, just wanted to point out for the sake of completeness that in addition to `libuv` and `pkg-config`, I also had to install `perl` and `make`. (I...

It reifies the next N elements in an infinite list. Probably waiting on pmichaud++'s list (re-?)design for a decision on this. On Fri, Jun 28, 2013 at 6:35 AM, lizmat...

The idea behind the name .reals is that it was supposed to be a Numeric method that breaks any Numeric type into a list of Reals. As I recall it,...

One thought towards resolving the sorting problem: perhaps the right solution is to promote .re and .im (and presumably .polar and .conj as well) to Numeric or maybe even Cool?...

Thank you! On Sep 1, 2013 10:07 PM, "Will Coleda" [email protected] wrote: > These tests in S02-types/autovivification.t fail: > > ``` > my %h; > my $b := %h; >...

What's the matter with digit too large for radix 10? What error message do you think it should give?

Did you do ``` make perl5 ``` first? Once I've done that, your example works fine on my Mac install. (I'll try it on Windows in a moment, and will...

``` make perl5 ``` doesn't seem to work for me on Windows. What platform are you using?