Ben Aurel a écrit :
hi
I know that the first versions of neko where basically neko
interpreters. You find it also on the home page of nekovm.org:
"... f you need to add a scripting language to your application, Neko
provides... "
Nowadays where neko is used as vm I wonder if you still can execute
neko scripts without compiling it first. Something like
$ neko test.neko
No, the compiler is separated from the VM.
You can either use nekoc test.neko , then neko test.n , or interactive
mode with nekoc -console
Nicolas
--
Neko : One VM to run them all
(http://nekovm.org)