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

From JVMLangSummit
Jump to navigationJump to search
(New page: Rémi Forax ===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 wi...)
 
m
Line 1: Line 1:
Rémi Forax
+
;Speaker: Rémi Forax
 +
;Project: http://code.google.com/p/jvm-language-runtime/
  
 
===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.

Revision as of 17:51, 28 June 2010

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

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.