Difference between revisions of "PHP.reboot: a post JSR292 dynamic language"

From JVMLangSummit
Jump to navigationJump to search
(Abstract)
m
 
Line 1: Line 1:
 
;Speaker: Rémi Forax
 
;Speaker: Rémi Forax
 
;Project: http://code.google.com/p/jvm-language-runtime/
 
;Project: http://code.google.com/p/jvm-language-runtime/
 +
;Resources: [[Media:Jvmsummit-phpreboot.pdf | Slides]]
  
 
===Abstract===
 
===Abstract===
  
 
I will present my new pet project: PHP.reboot a safe and secure PHP like language that run on top of a 1.7 VM. After a short presentation of the language, I will explain its design and how this architecture a REPL interpreter, a runtime compiler with a loop optimizer and the foundation of Eclipse plugin, whole in one.
 
I will present my new pet project: PHP.reboot a safe and secure PHP like language that run on top of a 1.7 VM. After a short presentation of the language, I will explain its design and how this architecture a REPL interpreter, a runtime compiler with a loop optimizer and the foundation of Eclipse plugin, whole in one.
 
http://wiki.jvmlangsummit.com/Image:Jvmsummit-phpreboot.pdf
 

Latest revision as of 12:19, 3 September 2010

Speaker
Rémi Forax
Project
http://code.google.com/p/jvm-language-runtime/
Resources
Slides

Abstract

I will present my new pet project: PHP.reboot a safe and secure PHP like language that run on top of a 1.7 VM. After a short presentation of the language, I will explain its design and how this architecture a REPL interpreter, a runtime compiler with a loop optimizer and the foundation of Eclipse plugin, whole in one.