Re: Moonscript as a useful notation for Lua users
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Moonscript as a useful notation for Lua users
- From: Pierre-Yves Gérardy <pygy79@...>
- Date: 2013年8月12日 22:31:41 +0200
On Mon, Aug 12, 2013 at 8:27 PM, Javier Guerra Giraldez
<javier@guerrag.com> wrote:
> ok, it's unecessary, but if it's there, it will be used. case in
> point: i was seriously considering to use Lapis, because the generated
> Lua code seems mostly sane. but many of its structure is in the form
> of MS classes. if they're not easy to use in Lua, then it's useless
> to me.
Lapis provides a "class" helper to create or extend MoonScript classes.
http://leafo.net/lapis/reference.html#lapis-in-lua
-- Pierre-Yves