> Hello. > > I feel very happy with Neko language, NekoVM and NekoML -thanks to > Nicolas for this very good job-. NekoVM looks so good in speed and I > think that NekoVM JIT is a promising feature in that direction.
Thanks :) > But what's about a Neko language to native compiler (like OCaml native > compiler) alternative? Is there a plan for "nekocc" in a future > release? I have no plans for it right now. There is some important differences between a JIT and a native compiler, and I personaly would not have a lot of usages for it. It would be a lot of work to get a native speed difference big enough compared to JIT. BTW, you can right now create standalone executable using nekotools : > nekotools boot myfile.n Will create a "myfile" (or "myfile.exe") executable. Nicolas -- Neko : One VM to run them all (http://nekovm.org)
