Re: Developing iPhone apps
- Posted by mattlewis (admin) Mar 06, 2009
- 1029 views
Matt007 said...
OK, but if the code is created with EU on an X86 and then coverted to C, wouldn't the resulting executible be indepent of processor?
The iPhone runs on an ARM chip. At one point, Mark Brown had an interpreter working for an ARM device, so it's definitely possible to do this. However, first, you'd need to port the euphoria code over to that architecture (plus OS). I've never worked with ARM, so I can't really say what might be required.
Matt