[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] Lua 5.3.0 (beta) now available
- From: François Perrad <francois.perrad@...>
- Date: Sat, 25 Oct 2014 21:30:49 +0200
2014-10-23 19:11 GMT+02:00 Andrew Starks <andrew.starks@trms.com>:
>
>
> Thank you!
>
> These changes look excellent (WHOOP!). We skipped the last alpha (abi
> compatibility is a pain and we wanted to minimize having to update
> everything). We will update to this and begin using it at once.
>
> The modification to error is very welcomed but I must say, the serialization
> features are perhaps most exciting.
>
> For practice, I want to carve out some time to re-implement msgpack and JSON
> encode/decoding in pure Lua 5.3. I'm very curious about those benchmarks.
>
for msgpack, see
https://github.com/fperrad/lua-MessagePack/blob/master/src5.3/MessagePack.lua
I just update it for this beta version (the serialization API has
always changed between work, alpha and beta versions).
François
> Again, thank you to everyone for your hard work.
>
> -Andrew