lua-users home
lua-l archive

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


> Is there a guide to the internals?

We are writing a paper about that, but it will take a while... For now,
you can have a look at

  http://www.inf.puc-rio.br/~roberto/lua-ll3.pdf

These are the slides of the talk I gave at LL3 last year. They have some
initial material for the paper.

In Portuguese, have a look at

  http://www.inf.puc-rio.br/~roberto/lua5.pdf

It has lots of redundancy with the other slides, but it talks a little
about closures.

-- Roberto