Sam S

Results 5 issues of Sam S

Did you consider letting the API exploit some of the shiny elegant Perl 6 features like assignable (rw) accessors and overloadable subscript operators? This seems so Perl 5'ish to me:...

Imagine a `/language/faq-why.pod` doc page with a section header defined as: ``` =head2 Why sigils? Couldn't you do without them? ``` And now consider the following two URLs: ``` http://doc.perl6.org/language/faq-why#Why_sigils%3F_Couldn%27t_you_do_without_them%3F...

wishlist

The README section on "Variables" has this to say about the `site` hash: "All site variables are defined in _config.yml, and are available in layouts as [% site.\* %]". However,...

It would be nice if the files in `_output/` could be assigned a dir and file name matching their calculated `url` variable. I'm trying to create a blog, and was...

## The Problem ``` perl6 my &f = EVAL '({1 given 2})'; ``` ``` WARNINGS for /home/sam/EVAL_0: Useless use of constant integer 1 in sink context (use Nil instead to...

tests needed
Fixed in RakuAST