lua-users home
lua-l archive

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


On Mon, Sep 22, 2008 at 4:55 PM, Kenneth Forsbäck
<kenneth.forsback@pp.inet.fi> wrote:
> Does anyone have any snippet of lua code, modified lua, or something else
> that would allow me to use C-esque syntax, lua is starting to hurt my eyes.
>
> Note! I am not going to use metalua, already made that mistake once.
>
> Kenneth

Lua with C-style syntax is call Javascript ;)

-- James