[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: C vs LuaJit
- From: Pan Shi Zhu <pan.shizhu@...>
- Date: Tue, 31 Aug 2010 08:29:01 +0800
On Mon, Aug 30, 2010 at 5:52 AM, Patrick McCavery
<patrick@cakeandfile.com> wrote:
> I know many many people are writing applications as a mix of Lua and C but I
> am wondering if this is becoming more unnecessary now that we have LuaJit,
> which is pretty bloody fast.
C code are used to implement features which cannot write in Lua, or
very difficult to write in Lua.
For example, if you have a vanilla lua without any modules, how can
you do socket communication without writing any C code? how can you
play music without any C code?