[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] Penlight 1.12.0 released
- From: steve donovan <steve.j.donovan@...>
- Date: Mon, 10 Jan 2022 17:12:20 +0200
On Mon, Jan 10, 2022 at 4:12 PM Thijs Schreijer <thijs@thijsschreijer.nl> wrote:
> Happy to announce a new release of Penlight, a general purpose utility
> library.
Thanks Thijs and team, it makes me happy to see these libraries
well-maintained and well-curated!
> • feat: utils.enum added to create enums and prevent magic strings #408
I'd like to see an example of the intended use for it (yes, we do
overuse magic strings, which is efficient because of interning in Lua)
steve d.