[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Advice about studying the source code of Lua.
- From: Hugo Musso Gualandi <hgualandi@...>
- Date: Fri, 18 Sep 2020 00:26:49 -0300
> I hope to dig deep in the source code of Lua.
> I would be grateful to listen to your advice about studying the
> source
> code of Lua.
I remember that a while ago Mike Pall wrote down a nice "reading order"
for Lua 5.1. Most of it is still valid today for Lua 5.4. A bunch of
things changed under the hood but the file names are still the same.
https://www.reddit.com/r/programming/comments/63hth/ask_reddit_which_oss_codebases_out_there_are_so/c02ppb8/
https://www.lua.org/source/5.4/
-- Hugo