[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: OT: translatios (was Re: Teach programming with LUA?)
- From: Enrico Colombini <erix@...>
- Date: Wed, 24 Nov 2004 15:37:06 +0100
On Wednesday 24 November 2004 02:21, André de Leiradella wrote:
> I'm currently trying to decide between translating Lua keywords to
> Portuguese or preprocessing the algorithm to produce Lua code with
> keywords in English.
I suppose you won't need full Lua at that level. You could just load a small
Lua file that redefines the functions you intend to use, so you won't have to
recompile anything.
Enrico