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: Luiz Henrique de Figueiredo <lhf@...>
- Date: 2013年8月13日 09:21:28 -0300
> and now with 5.3 close it feels like a huge risk to migrate.
I wouldn't say that 5.3 is anywhere close. We have released a work version,
which is just that.
Consider the release history of 5.2.0:
2010年01月08日 lua-5.2.0-work1.tar.gz
2010年11月23日 lua-5.2.0-alpha.tar.gz
2011年07月08日 lua-5.2.0-beta.tar.gz
2011年12月12日 lua-5.2.0.tar.gz
That's almost two years since the first work version to the final release.
I'm not saying 5.3 will take more or less time than this, but it certainly
is too soon to say how close 5.3 is.
So, I think *now* is the time to migrate to 5.2 if you want to.
Note that all features deprecated in 5.2 will be removed in 5.3,
which may make migration harder. Lua 5.2 is better on this point
because compatibility is not turned on by default in luaconf.h,
only in the Makefile. So, if you build it manually, it won't have
deprecated features and this will help you migrate.