[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] Microlight (was Re: paving cowpaths with libraries)
- From: steve donovan <steve.j.donovan@...>
- Date: Tue, 21 Feb 2012 08:58:42 +0200
2012/2/20 Pierre-Yves Gérardy <pygy79@gmail.com>:
> If you want to port PenLight to Lua 5.2, you'll probably have to
> change the name to avoid confusion.
PL has been tracking 5.2 since the betas; any incompatibility should
be considered a bug.
My approach to 5.1/5.2 transition is to simply use the subset, and
rely on a few compatibility functions like utils.load and
utils.execute. Works great so far (the main pain was moving PL away
from module())
> I second Dirk, I'd use "sequence", for what you now name lists.
Still not convinced.
steve d.