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

"'eugeny gladkih' via lua-l" <[email protected]> Mon, 29 Jun 2026 13:23:19 +0300
Newsgroups gmane.comp.lang.lua.general
Message-ID <[email protected]>
> 
> 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.