[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: MoonScript, a language that compiles to Lua
- From: leaf corcoran <leafot@...>
- Date: Sun, 14 Aug 2011 13:43:17 -0700
Thanks,
I'm not sure how I am going to handle Lua 5.2 yet. The compiler would
need to be updated, but the language itself shouldn't have to be
changed.
On Sun, Aug 14, 2011 at 1:15 AM, Enrico Tassi <gareuselesinge@libero.it> wrote:
> On Wed, Aug 10, 2011 at 11:10:11PM -0700, leaf corcoran wrote:
>> Hello,
>>
>> I've been working on a little language heavily inspired by
>> CoffeeScript, which I've called MoonScript. The homepage is located at
>> http://moonscript.org
>>
>> It compiles into Lua, but there are numerous ways to actually run the code.
>
> Just a dumb question. Do you plan to keep the same language even after
> Lua 5.2 is out (the "module" statement prompted me for that question).
>
> On the side... very nice, keep up the good work!
>
> Cheers
> --
> Enrico Tassi
>
>