[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: implicit conversions in Lua -- what is idiomatic?
- From: Pierre-Yves Gérardy <pygy79@...>
- Date: Mon, 6 Jan 2014 19:00:56 +0100
On Mon, Jan 6, 2014 at 6:50 PM, Daurnimator <quae@daurnimator.com> wrote:
> On 6 January 2014 12:37, Josh Haberman <jhaberman@gmail.com> wrote:
>> To give a bit more context, what I am working on isn't a binding of a
>> specific C data structure, but a full Protocol Buffer library.
>
> FWIW so was I; but figured it was better to concentrate efforts on
> just the one protobuf library.
> (being https://github.com/Neopallium/lua-pb )
For some context, this is about upb, a JIT protobuf implementation
based on DynASM, written for Google, the home of protobufs...
https://github.com/haberman/upb
-- Pierre-Yves