User:Underscore/Scratchpad: Difference between revisions

Content added Content deleted
Line 2: Line 2:
===Features to add once Rakudo implements them===
===Features to add once Rakudo implements them===
<ul>
<ul>
<li> [[100 doors#Perl 6|100 doors]] (and possibly elsewhere): There's gotta be a better way to say <code>@squares[1 .. @squares.end]</code>, possibly using <code>Whatever</code> or a negative number in the subscript. Maybe I should just lobby for the inclusion of Haskell's <code>tail</code> in the setting library.
<li> [[Arithmetic Evaluator#Perl 6|Arithmetic Evaluator]]:<ul>
<li> [[Arithmetic Evaluator#Perl 6|Arithmetic Evaluator]]:<ul>
<li> Use <code>make</code> to create a much more digestible parse tree.
<li> Use <code>make</code> to create a much more digestible parse tree.