[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: lua kernel hacker's guide?
- From: Roberto Ierusalimschy <roberto@...>
- Date: Tue, 13 Apr 2004 14:28:01 -0300
> 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