[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Best Practices for Lua -> "Lua+"?
- From: "steve donovan" <steve.j.donovan@...>
- Date: Mon, 24 Mar 2008 11:38:38 +0200
Yes, it isn't that difficult to make Lua look like another language,
but the difficulty comes when people expect the same semantics ;)
Easy to 'skin' Lua to look like JavaScript, but boy, it will bite
people who are expecting the same forgiving number-string
autoconversions.
It is IMHO a good idea that scripting languages keep distinct syntax
so that users know that this is a different animal.
Besides, I can't ever see why someone would miss '&&' !
steve d.
On 3/23/08, Miles Bader <miles@gnu.org> wrote:
> > * Extending the language syntax for non-programmers (who may be in love with Python's whitespace behavior)
>
> > * Extending the language syntax for C/C++ programmers (who may be very deeply attached to +=/++/!=)