[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Most efficient way to recognize a line by its first (up to) three characters
- From: meino.cramer@...
- Date: Tue, 11 Mar 2014 18:49:09 +0100
Dirk Laurie <dirk.laurie@gmail.com> [14-03-11 18:43]:
> 2014-03-11 19:25 GMT+02:00 <meino.cramer@gmx.de>:
>
> > And I will do it in pure Lua since this is the
> > reason why I do this in pure Lua! ;)
>
> Do programs that contain
>
> lpeg = require"lpeg"
>
> count as pure Lua?
>
Hi Dirk,
with "pure Lua" I meant, that all code which runs
is Lua script.
It is a complete personal opinion of a neerd. It is
not reality related or somehow reasoned.
Its like the feeling of not wanting a swiss army
knife with a Nike logo on it. It does not harm the
knife...but...
I like C when I program in (pure) C. And I like Lua.
As much as I like C.
Currently I want pure Lua code ;)
Best regards,
mcc