Skip to content
This repository has been archived by the owner on Nov 10, 2017. It is now read-only.

Roadmap

asterite edited this page Aug 28, 2011 · 2 revisions

Things that need to be done, in no particular order:

  • until
  • until modifier
  • The ~ operator
  • Numbers with _
  • Floating pointer numbers notation, like 1e-07
  • Binary numbers notation, like 0b101001101
  • yield inside a block
  • Char methods
  • Real global variables, like $foo
  • Evaluate constants at compile time
  • Allow to redefine methods once they've been invoked?
  • Closures (need GC)
  • Arrays
  • User-defined classes and structs
  • Variadic arguments
  • Reference to a block like def foo(&block)
Clone this wiki locally