Tamarin:IronMonkey: Difference between revisions
Jump to navigation
Jump to search
(haXe) |
(move around) |
||
Line 1: | Line 1: | ||
This is the project page for mapping [http://www.codeplex.com/Wiki/View.aspx?ProjectName=IronPython IronPython] and [http://www.iunknown.com/2007/07/a-first-look-at.html IronRuby] to [[Tamarin]]. | This is the project page for mapping [http://www.codeplex.com/Wiki/View.aspx?ProjectName=IronPython IronPython] and [http://www.iunknown.com/2007/07/a-first-look-at.html IronRuby] to [[Tamarin]]. See [[Tamarin:IronMonkey:AVM2Errata]] for possible errata of AVM2 Overview document. See [[Tamarin:IronMonkey:BytecodeMapping]] for some preliminary mapping of CIL to ABC. | ||
== Background information == | == Background information == | ||
Line 7: | Line 7: | ||
== On Tamarin == | == On Tamarin == | ||
* [http://haxe.org/ haXe] is a compiler that can target Tamarin. Implemented in OCaml. | * [http://haxe.org/ haXe] is a compiler that can target Tamarin. Implemented in OCaml. | ||
Revision as of 04:08, 28 July 2007
This is the project page for mapping IronPython and IronRuby to Tamarin. See Tamarin:IronMonkey:AVM2Errata for possible errata of AVM2 Overview document. See Tamarin:IronMonkey:BytecodeMapping for some preliminary mapping of CIL to ABC.
Background information
- Adobe ActionScript Technology Center -- the most useful resource is Adobe ActionScript Virtual Machine 2 (AVM2) Overview (PDF).
- Standard ECMA-335 -- Common Language Infrastructure (CLI).
On Tamarin
- haXe is a compiler that can target Tamarin. Implemented in OCaml.