lua-users home
lua-l archive

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


On 21 November 2013 21:11, Coda Highland <chighland@gmail.com> wrote:
> Optimizing a piece of software is all about the implementation
> details, though. Neglecting implementation details leads to the Turing
> Tarpit.
>

Optimizing for what? Most software does not need optimization for
anything besides simplicity. The performance-critical stuff can use
the C API -- either directly or via a module.