[EMAIL PROTECTED] a écrit : > Yes, but getting the neko compiler to run on mobile devices would be > harder ;-) and haXe harder still (or does OCaml run on mobile devices?). > > Lee
If you can run the NekoVM, then the Neko compiler will run on the platform as well, since it runs on the VM. And usually, you don't need to have either haXe or the Neko compiler on this platform unless you're directly developping+compiling on it. To answer to the original message, NekoVM is plain C code so it's pretty easy to compile on other platforms/devices. The only tricky part might be to get the Boehm GC running but it's already available for a lot of architectures. Best, Nicolas -- Neko : One VM to run them all (http://nekovm.org)
