Tamarin:IronMonkey: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
This is the project page for mapping [http://www.codeplex.com/IronPython IronPython] and [http://www.iunknown.com/2007/07/a-first-look-at.html IronRuby] to [[Tamarin]].  See [[Tamarin:IronMonkey:BytecodeMapping]] for some preliminary mapping of CIL to ABC.
This is the project page for mapping [http://www.codeplex.com/IronPython IronPython] and [http://www.iunknown.com/2007/07/a-first-look-at.html IronRuby] (and maybe [https://sourceforge.net/projects/ironphp/ IronPHP]) to [[Tamarin]].  See [[Tamarin:IronMonkey:BytecodeMapping]] for some preliminary mapping of CIL to ABC.


== Background information ==
== Background information ==

Latest revision as of 19:48, 20 August 2007

This is the project page for mapping IronPython and IronRuby (and maybe IronPHP) to Tamarin. See Tamarin:IronMonkey:BytecodeMapping for some preliminary mapping of CIL to ABC.

Background information

On Tamarin

  • haXe is a compiler that can target Tamarin. Implemented in OCaml.