Tamarin: Difference between revisions
Jump to navigation
Jump to search
m (→References) |
Mozillaman (talk | contribs) |
||
Line 12: | Line 12: | ||
* [[Tamarin:IronMonkey]], the mapping of IronPython and IronRuby to Tamarin. | * [[Tamarin:IronMonkey]], the mapping of IronPython and IronRuby to Tamarin. | ||
* [[Tamarin:ScreamingMonkey]], integration of Tamarin as a <script> engine in other browsers, starting with IE. | * [[Tamarin:ScreamingMonkey]], integration of Tamarin as a <script> engine in other browsers, starting with IE. | ||
(a small IronPHP project also exists, https://sourceforge.net/projects/ironphp/ ) | |||
== References == | == References == |
Revision as of 12:06, 8 August 2007
Intro
Tamarin virtual machine and implementation plans go here. For background, see:
- Tamarin project page on mozilla.org
- The ECMAScript (ES) language site.
- Tamarin pages at the Mozilla Developer Center.
- JavaScript items in Brendan's roadmap blog.
New Projects
- ActionMonkey, the integration of Tamarin and SpiderMonkey for Mozilla 2.
- Tamarin:IronMonkey, the mapping of IronPython and IronRuby to Tamarin.
- Tamarin:ScreamingMonkey, integration of Tamarin as a <script> engine in other browsers, starting with IE.
(a small IronPHP project also exists, https://sourceforge.net/projects/ironphp/ )
References
- GC Overview an overview of the Tamarin garbage collector
- AVM2 Overview Reference for the AVM2 (aka, Tamarin) virtual machine
- See the AVM2 Overview Errata for possible errata.