Re: [ANN] Lua 5.2.1 (work1) now available
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: [ANN] Lua 5.2.1 (work1) now available
- From: Roberto Ierusalimschy <roberto@...>
- Date: 2012年3月22日 13:20:47 -0300
> First, the are some disadvantages I suppose:
> 1. No more simple pointer comparison in C to test string equality.
That is a (dirty) trick that was never officially supported. Even
if this proposal does not go ahead, I strongly disagree with the use
of that trick.
-- Roberto