Difference between revisions of "ParrotVM"

From JVMLangSummit
Jump to navigationJump to search
(New page: == Parrot, a continuation-based VM == Allison Randal ; Project: http://www.parrotcode.org === Abstract === ; Talk Abstract: Parrot is an open source virtual machine that targets dynamic ...)
 
(Abstract)
 
Line 7: Line 7:
 
; Talk Abstract: Parrot is an open source virtual machine that targets dynamic languages such as Ruby, Python, PHP, and Perl. It incorporates an object-oriented assembly language, is register-based rather than stack-based, and employs continuations as the core means of flow control. It hosts a suite of compiler tools tailored to dynamic languages and a next generation regular expression engine. This talk is an overview of the architecture of Parrot, with an emphasis on the features that make it unique in the field.
 
; Talk Abstract: Parrot is an open source virtual machine that targets dynamic languages such as Ruby, Python, PHP, and Perl. It incorporates an object-oriented assembly language, is register-based rather than stack-based, and employs continuations as the core means of flow control. It hosts a suite of compiler tools tailored to dynamic languages and a next generation regular expression engine. This talk is an overview of the architecture of Parrot, with an emphasis on the features that make it unique in the field.
  
http://wiki.jvmlangsummit.com/pdf/TBD
+
http://wiki.jvmlangsummit.com/pdf/38_Randal_parrot.pdf
  
 
=== Author Bio ===
 
=== Author Bio ===

Latest revision as of 10:04, 26 September 2008

Parrot, a continuation-based VM

Allison Randal

Project
http://www.parrotcode.org

Abstract

Talk Abstract
Parrot is an open source virtual machine that targets dynamic languages such as Ruby, Python, PHP, and Perl. It incorporates an object-oriented assembly language, is register-based rather than stack-based, and employs continuations as the core means of flow control. It hosts a suite of compiler tools tailored to dynamic languages and a next generation regular expression engine. This talk is an overview of the architecture of Parrot, with an emphasis on the features that make it unique in the field.

http://wiki.jvmlangsummit.com/pdf/38_Randal_parrot.pdf

Author Bio

  • <insert bio here>

Key Issues for Discussion (cooperative)

(please expand cooperatively) Talk:Parrot VM