Fast and easy to use runtime for programming languages.
- Fast conservative garbage collector (W.I.P)
- Green threads (TODO)
- Tiered execution pipeline: Interpreter->Template JIT->Optimizing JIT (W.I.P)
- Inline caching and a lot of other technologies to speed-up execution