First I'll have to say that I think NekoVM looks great, I'll use it for the strict functional language I'm developing.
I downloaded the latest (1.3) sources and compiled them using make. I then put neko, nekoc, nekotools and nekoml in /usr/bin and libneko.so and std.ndll in /usr/lib. Compiling helloworld.neko with nekoc and running it using neko works fine. However trying to run nekoml results in an error: $ nekoml Called from nekoml/Main.nml line 67 Called from nekoml/Typer.nml line 1213 Called from nekoml/Typer.nml line 1129 Called from nekoml/Typer.nml line 1118 Called from nekoml/Typer.nml line 1118 Called from nekoml/Typer.nml line 73 Exception : File not found Core.nml Putting the .so and .ndll files in /usr/lib/neko does not work either. -- Johan Tibell -- Neko : One VM to run them all (http://nekovm.org)
