[Neko] Fwd: nekovm on small devices
Nicolas Cannasse
ncannasse at motion-twin.com
Thu Dec 6 17:09:21 CET 2007
lee at designrealm.co.uk 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
More information about the Neko
mailing list