Skip to content
otac0n edited this page Jun 29, 2011 · 11 revisions

This is the road map for IronJS, the current target version is 0.2.1

Seamless .NET integration - 0.2.1

Support for accessing .NET classes and members from within JavaScript

  • Importing namespaces
  • Creating object instances
  • Calling instance and static methods
  • Accessing instance and static properties and fields
  • Both early and late bound integration

ECMAScript 5 Conformance - 0.3

Using ECMA's test262 to verify conformance

Performance - 0.3.1

Re-implement all the performance tricks that used to exist in earlier versions.