[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: What does "slot" mean for Lua?
- From: Viacheslav Usov <via.usov@...>
- Date: Thu, 24 Sep 2020 15:57:51 +0200
On Thu, Sep 24, 2020 at 2:52 PM 孙世龙 sunshilong <sunshilong369@gmail.com> wrote:
> As for as I know, there is no official git or repo, so I have no choice other
> than posting the aforementioned repo to show the statement (which I saw in
> the officially released version).
The official source of information on Lua is lua.org. It has
documentation and source code. Anything else is not official.
As I already said, the official current documentation is at
https://www.lua.org/manual/5.4/. There are also manuals for older
versions. But then you need to say what version you are using.
> How "slots" are implemented?
Any such question can be answered by looking at Lua's source code. For
Lua 5.4: https://www.lua.org/ftp/lua-5.4.0.tar.gz.
None of this needs to be known to use Lua.
Cheers,
V.