Un compito molto difficile, qualcuno ci ha provato e sostengono funzioni bene

http://www.roadsend.com/home/index.p...ageID=compiler

si permettono anche di pigliare un po' in giro i guru

Do you know how hard it is to compile a loosely typed scripting language? All the typing happens at run-time depending on the data encountered. So you can't just compile it in the traditional sense, at best you could generate some sort of execution framework within which the code would run in some pseudo-accelerated state. You could call it compiled, I suppose, but it wouldn't really be compiled in the same sense that you compile C or C++."
- Rasmus Lerdorf, Creator of PHP

"Always listen to experts. They'll tell you what can't be done and why. Then do it."
-Robert Heinlein