[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua and Neko comparison
- From: Nicolas Cannasse <ncannasse@...>
- Date: Thu, 28 Sep 2006 13:43:01 +0200
>>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