[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: What counts as a fork?
- From: Paige DePol <lual@...>
- Date: Wed, 29 Nov 2017 04:36:16 -0600
Luiz Henrique de Figueiredo <lhf@tecgraf.puc-rio.br> wrote:
>> In the history of Lua has the language ever been completely re-written
>> from scratch, or has it always just built upon previous versions?
>
> Always just built upon previous versions. The code was reorganized in
> Lua 3.1 and the parser was rewritten from scratch to avoid yacc.
>
> The code for all versions is conveniently available in the lua-all package:
> http://www.lua.org/ftp/lua-all.tar.gz
I have only been tinkering with Lua since the 5.x versions, however, I am
tempted to download and take a look at the older versions of Lua and see how
the language has progressed since v1.0!
I know I have probably said this before, but thanks for making Lua an open
source project. I have really enjoyed hacking Lua and have learned quite a
bit by reading the Lua source code. :)
I have always wanted my own programming language, but really didn't know
where to start... Lua was a fantastic launching point for that endeavour!
~Paige
- References:
- Re: [Proposal-ish?] Lua should bind the Lua C API as a Lua module, Luiz Henrique de Figueiredo
- What counts as a fork?, Paige DePol
- Re: What counts as a fork?, Luiz Henrique de Figueiredo
- Re: What counts as a fork?, Paige DePol
- Re: What counts as a fork?, Andrew Starks
- Re: What counts as a fork?, Dibyendu Majumdar
- Re: What counts as a fork?, Jay Carlson
- Re: What counts as a fork?, Dibyendu Majumdar
- Re: What counts as a fork?, Dirk Laurie
- Re: What counts as a fork?, Paige DePol
- Re: What counts as a fork?, Luiz Henrique de Figueiredo