tech-kern archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Lua in-kernel (lbuf library)



Lourival Vieira Neto <lourival.neto <at> gmail.com> writes:

> 
> On Wed, Oct 16, 2013 at 11:45 AM, Justin Cormack
> <justin <at> specialbusservice.com> wrote:
> >(...)
> > Yes absolutely it makes more sense if already defined in C. For parsing
> > binary stuff I would look at Erlang for inspiration too, it is one of the
> > nicer designs.
> >
> > Justin
> 
> I never gone that far in Erlang. It looks really interesting [1]. I'll
> take a deeper look later. Thanks!
> 
> Regards,

I think a hybrid approach with mutable C-like data structs for holding
of binary data and Erlang's binary pattern matching would be cool.

--
dukzcry



Home | Main Index | Thread Index | Old Index