haXe/PHP in version 2.01, what's next?

in

If you are a haXe user you already know that PHP is already an official target of the haXe platform. The second version that includes PHP is 2.01 and it has reached a nice level of stability mainly thank to Nicolas who has adopted it for his personal website. He pointed out some annoying bugs that have been promptly fixed by me :). But unfortunately for my personal life I realized that I still have a lot to work on to make haXe/PHP still better.

In CVS I have already made a radical change of direction to favor wrapping arrays into objects instead of using them directly. This has several implications; the main reason behind that is that in this way the compiler does not have to worry about passing by reference instead of by value. Other very important steps I will have to make in the future are optimizing as much as possible the generated code for performances, adding a debug version and creating as much tutorials as possible ;)

Related Project(s): 
haXe/PHP