Skip to content
Matt Basta edited this page Apr 24, 2015 · 5 revisions

Short-Term

  • Immutability support for all non-primitives
  • Mark/sweep garbage collection for asm.js and LLVM IR
  • Subscript operator overloading for objects
  • Map objects
  • Safety
  • Array bounds checking
  • Check object is not null when accessing members
  • Check first-class function is not null when calling
  • Panics
  • Out of memory
  • Division by zero
  • Safety violations (defined above)
Clone this wiki locally