Re: Who is using modified Lua versions, what are they and why?

Błażej Roszkowski <[email protected]> Mon, 29 Jun 2026 22:05:01 +0200
Newsgroups gmane.comp.lang.lua.general
Message-ID <CAOc0etFR69Ww0zea+s3_gxyZkBmAwbTPwpJw_i1xD1HgwP2K6w@mail.gmail.com>
I am using 5.1, building it myself, not using bundled in Makefile. I also
took
change from 5.2 that reduces table memory a little (my blog post if anyone
wants to read some of it https://frex.github.io/lua/smallertable51.html ),
and
consider making more changes, but keeping them all compatible with 5.1.
I appreciate Lua being just a pile of C that is compatible and easy to keep
and compile inside your projects forever, while for language like Python
I once needed to build 2.7 for something and couldn't due to all the deps.

On Mon, 29 Jun 2026 at 12:23, 'eugeny gladkih' via lua-l <
[email protected]> wrote:

> >
> > So out of curiosity: Who is using modified Lua versions, what are the
> modifications and why do you need them?
> >
>
> why not :) I use short function definition, like that
>
> <?(a) -> a+1 ?> == function(a) return a+1 end
> <?bla bla bla?> == function() blah blah bla end
>
> <? == function
> ?> == end (only in pair of <?)
> -> == return
>
> function parameter list is optional
>
> --
> Yours sincerely, Eugeny.
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "lua-l" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To view this discussion visit
> https://groups.google.com/d/msgid/lua-l/3F7F1927-5897-4C7B-A04E-B4DC98998F7E%40drweb.com
> .
>

-- 
You received this message because you are subscribed to the Google Groups "lua-l" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To view this discussion visit https://groups.google.com/d/msgid/lua-l/CAOc0etFR69Ww0zea%2Bs3_gxyZkBmAwbTPwpJw_i1xD1HgwP2K6w%40mail.gmail.com.