0.3.5 • Published 11 years ago

continuum v0.3.5

Weekly downloads
62
License
-
Repository
github
Last release
11 years ago

Continuum - A JavaScript Virtual Machine Built in JavaScript

Continuum is a JavaScript virtual machine built in JavaScript. It assembles bytecode from sourcecode and executes it an ES6 runtime environment. The code of the VM is written in ES3 level JavaScript, which means it can run in browsers as old as IE6. (though currently it's only been tested in IE9+ and there's probably some kinks to work out in older IE's).

ES6 is still an unfinished specification and is still a moving target

Usage

Documentation coming soon.

For now use the debugger interface at http://benvie.github.com/continuum.

screenshot

Compatibility

Continuum probably works in every modern engine, but has not been tested.

Currently known to work in:

  • Chrome 23+
  • Firefox 15+
  • IE9+

Will soon work in:

  • IE6-8

ES6 Implementation Status

Already Implemented

  • destructuring assignment
  • destructuring arguments
  • spread array initializer
  • spread arguments
  • spread destructuring
  • rest parameters
  • classes and super
  • is and isnt operators
  • arrow functions
  • block scope
  • new Math functions
  • new Object functions
  • new String functions
  • concise object literal method syntax
  • proto (not as special accessor on Object.prototype yet though)

Partially Implemented

  • Proxy and Reflect
  • Map, Set, WeakMap
  • Iterators and for..of
  • Tail call optimization
  • Templates

Soon

  • Comprhensions
  • Generators
  • Private Names
  • Partial implementation of Modules

Further out

  • Proper implementation of Modules
  • Binary data api

TODO

  • Much work on optimizations
  • Serializable state for saving applications while they run
  • Expanded debugger and eventually full dev environment built around continuum
  • Move more runtime semantics to bytecode
  • Bootstrap the runtime on an even simpler bytecode interpreter
0.3.5

11 years ago

0.3.4

11 years ago

0.3.2

11 years ago

0.3.1

11 years ago

0.3.0

11 years ago

0.2.9

11 years ago

0.2.8

11 years ago

0.2.7

11 years ago

0.2.6

11 years ago

0.2.5

11 years ago

0.2.4

11 years ago

0.2.3

11 years ago

0.2.2

11 years ago

0.2.1

11 years ago

0.2.0

11 years ago

0.1.7

11 years ago

0.1.6

11 years ago

0.1.5

11 years ago

0.1.4

11 years ago

0.1.3

11 years ago

0.1.1

11 years ago

0.1.0

11 years ago

0.0.9

11 years ago

0.0.8

11 years ago

0.0.7

11 years ago

0.0.5

11 years ago

0.0.4

11 years ago

0.0.3

12 years ago

0.0.2

12 years ago

0.0.1

12 years ago