Tamarin:IronMonkey: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 2: | Line 2: | ||
== Background information == | == Background information == | ||
* [http://www.adobe.com/devnet/actionscript/ Adobe ActionScript Technology Center] -- the most useful resource is [http://www.adobe.com/devnet/actionscript/articles/avm2overview.pdf Adobe ActionScript Virtual Machine 2 (AVM2) Overview] (PDF). | * [http://www.adobe.com/devnet/actionscript/ Adobe ActionScript Technology Center] -- the most useful resource is [http://www.adobe.com/devnet/actionscript/articles/avm2overview.pdf Adobe ActionScript Virtual Machine 2 (AVM2) Overview] (PDF). See [[Tamarin::AVM2_Overview_Errata | AVM2 Overview Errata]] for possible errata. | ||
* [http://www.ecma-international.org/publications/standards/Ecma-335.htm Standard ECMA-335] -- Common Language Infrastructure (CLI). | * [http://www.ecma-international.org/publications/standards/Ecma-335.htm Standard ECMA-335] -- Common Language Infrastructure (CLI). | ||
== 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 01:34, 1 August 2007
This is the project page for mapping IronPython and IronRuby to Tamarin. 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). See AVM2 Overview Errata for possible errata.
- Standard ECMA-335 -- Common Language Infrastructure (CLI).
On Tamarin
- haXe is a compiler that can target Tamarin. Implemented in OCaml.