Carl Mäsak

Results 229 issues of Carl Mäsak

``` roast: 42450a0 | (Solomon Foster)++ | S32-str/substr.t: roast: Add substr tests which will throw UTF-16 implementations which are acting like UCS-2. roast: review: https://github.com/perl6/roast/commit/42450a0aca masak: I'm still in north...

``` p6: say 'ΣΣ'.lc rakudo 3ac8c7: OUTPUT«σς␤» ..niecza v19-13-g442e075: OUTPUT«σσ␤» rakudo++ * masak submits nieczue https://en.wikipedia.org/wiki/Title_case#Special_cases ```

``` I dunno whether rakudo supports importing constants yet you'd think it wouldn't be hard, since it already has to import types, which parse the same perl6: module MyPi {...

``` niecza: say 4 ~~ Failure ?? 5 !! 42 niecza v17-4-ge5b869e: OUTPUT«===SORRY!===␤␤Expecting a term, but found either infix ?? or redundant prefix ?␤ (to suppress this message, please use...

deliberate-nyi

Inspired by [this proposal found in the Goo repo](https://github.com/googoogaga/goo/blob/master/proposals/SIMPLE-MODULES.TXT). (Edit: There's also [another one](https://github.com/googoogaga/goo/blob/master/proposals/MODULES.TXT) right next to it.) From what I can see for a first minimal iteration: * There's...

The one [here](https://redwoodjs.com/roadmap); I like the color scheme, and it feels like it gives a nice overview of the progress. Let's use it ourselves. It doesn't seem possible to do...

Instead it should error with `cdr-on-atom`, because the implementation of `len` should mirror the one in `bel.bel`: ```scheme (def len (xs) (if (no xs) 0 (inc:len:cdr xs))) ``` And `cdr`...

This code, when stored in a file and run from the command line: ``` ( ; comment ) ``` Fails with this error message: ``` Error: ('unboundb ) ``` But...

bug

Really short term (and enough to close this issue): two examples, since the directory name has an "s" at the end. Long term: all of them (or, if something better...

Right now when something goes wrong with a function call, the error symbol `'cannot-apply` is emitted. Although this is correct by spec, I'd like us to do better. I'd like...