lua-users home
lua-l archive

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


On Wed, Oct 5, 2011 at 3:20 PM, Rob Kendrick <rjek@rjek.com> wrote:
> It's basic, but it does work.

Sorry, that escaped my mind this morning. I note with approval that
you cannot kill it with stuff like

for i = 1,1e6 do print(i,'help') end

(aborts after about 850 lines)

So it really is not about technology, but nice packaging and useful
commentary with good links.

steve d.