lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


>>But to be exactly fair, one should run Neko in interpreted mode (using
>>neko -interp <script>).
> 
> I'm sorry that I couldn't manage to get that one working. He says:
> Uncaught exception - load.c(167) : Module not found : hello.neko

You have to compile first :

nekoc hello.neko
neko -interp hello.n

Nicolas