Re: BASIC-like Lua variant
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: BASIC-like Lua variant
- From: Choonster TheMage <choonster.2010@...>
- Date: 2014年1月15日 01:00:13 +1100
On 15 January 2014 00:53, <colinz@gmx.com> wrote:
> On 2014年01月14日 14:48, Choonster TheMage wrote:
>
>> Not unless you use a modified version of Lua or a source-to-source
>> converter. Lua lets you overload the functionality of existing
>> operators, but you can't create your own aliases for them.
>
>
> What about preprocessing. Does Lua have a preprocessor?
>
>
>
There's no preprocessor built in to the language, but there are third
party Lua-based languages like Metalua[1] which offer macros.
[1] http://metalua.luaforge.net/download.html