Pages tagged haxe:

Game Haxe » Blog Archive » Haxe on iPhone (Simulator) - First Look
http://gamehaxe.com/2009/05/22/haxe-on-iphone-simulator/

The c++ backend for haxe generates standard c++, suitable for the gcc compiler. iPhone dev uses gcc, and can link against c++, which make you think that iPhone dev can use haxe. Simple? Well, actually it was pretty simple. The hardest bit for me was to grok the components of an Xcode project, moving from dynamic libraries to static ones and getting SDL working.
Haxe working on the iPhone Simulator