Skip to content

NG major features needed

pmichaud edited this page Sep 13, 2010 · 19 revisions

This is a list of “big things” that we need to make work in the Rakudo ng branch (soon to become master):

To Do:

  • hash assignment
  • slices (Pm)
  • whatever indices
  • grammars (Pm)
  • initialize declarations to correct type object (my XYZ $foo) (jnthn)
  • refactor signature variable declarations (jnthn)
  • correct parameterized Role bug (closure clone) (jnthn)
  • convert Any to Cool where appropriate
  • Range
  • &block.count and &block.arity are horribly expensive (and shouldn’t be)

Done:

  • list assignment, done (Pm)

Clone this wiki locally