Re: LUA oddities..
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: LUA oddities..
- From: steve donovan <steve.j.donovan@...>
- Date: 2012年6月18日 12:01:05 +0200
On Mon, Jun 18, 2012 at 11:56 AM, Arran Cudbard-Bell
<a.cudbardb@freeradius.org> wrote:
> that autocomplete code. Also just on principle, if the process of adding
> brackets can be automated to that degree, it makes their use completely
> redundant and they should probably be removed from the language.
And then we get Python ;) But seriously, have a look at Moonscript,
which is a CoffeeScript like language which compiles to Lua.
It's true that errors happen when switching between Lua and C, one has
to be careful. Presumably there are tests to detect this kind of
thing ;)
steve d.