[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] lua-inih v0.1
- From: steve donovan <steve.j.donovan@...>
- Date: Sun, 26 Sep 2010 09:07:07 +0200
On Sun, Sep 26, 2010 at 7:56 AM, Quae Quack <quae@daurnimator.com> wrote:
> I don't mean to rain on your parade, but I would have thought an lpeg
> based library would be just as fast, and yet alot more versatile....
I'm a fan of the simplest solution to do the job. Why use lpeg if
plain Lua does the job, in a way that anybody can understand? Just
because it is possible to use lpeg, does not mean that it is the
appropriate solution. Remember that a robust solution would need
proper error handling, which takes special care in lpeg.
steve d.