[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: How to support '//' as lua's one line comment identifier?
- From: Alexander Gladysh <agladysh@...>
- Date: Fri, 21 Jan 2011 09:03:53 +0300
On Fri, Jan 21, 2011 at 08:56, Alexander Gladysh <agladysh@gmail.com> wrote:
> On Fri, Jan 21, 2011 at 07:26, Tang Daogang <daogangtang@gmail.com> wrote:
>> For habits only.
>> My programmers generally comes from c, c++, java, js communities, they feel
>> hard to be used to use lua's '~=', which looks very strange to them, and to
>> us.
> You have to adapt to the language you use, not adapt the language for
> yourself. The ease of changing the language should not mislead you.
I forgot a killer argument. If you change syntax, you lose LuaJIT 2 support.
Try patching *that*! :-P
Alexander.