[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: RE: Standard Lua Library
- From: Natanael Copa <natanael.copa@...>
- Date: Mon, 08 Jan 2007 19:44:34 +0100
On Mon, 2007-01-08 at 10:20 -0800, Vijay Aswadhati wrote:
> On Monday, January 08, 2007 5:19 AM, Natanael Copa wrote:
> >
> > Some points:
> >
> > * We could borrow a part of the apr API (just strip of the apr_ prefix).
> > Reimplementing something already working and tested is much easier than
> > re-engineer from scratch.
> >
> My point however is that choosing APR and providing a binding to it would be
> an excellent choice. Let us please not re-invent the wheel.
apr is kind of big. I was thinking of reuse the code in ex,
luafilesystem and lposix but use (or learn from) the apr *API*.
natanael