Lua 5.4.0 beta
lua-users.org
Lua 5.4.0 beta
1–10 of 103 posts
Re: Lua 5.4.0 beta
#2- new generational mode for garbage collection
- to-be-closed variables
- const variables
- userdata can have multiple user values
- new implementation for math.random
- warning system
- debug information about function arguments and returns
- new semantics for the integer 'for' loop
- optional 'init' argument to 'string.gmatch'
- new functions 'lua_resetthread' and 'coroutine.close'
- coersions string-to-number moved to the string library
- allocation function allowed to fail when shrinking a memory block
- new format '%p' in 'string.format'
- utf8 library accepts codepoints up to 2^31
Re: Lua 5.4.0 beta
#3Re: Lua 5.4.0 beta
#4It's nice and all, but I'll be over here using LuaJIT.
Re: Lua 5.4.0 beta
#5Re: Lua 5.4.0 beta
#6Re: Lua 5.4.0 beta
#7It's nice and all, but I'll be over here using LuaJIT.
why?
Re: Lua 5.4.0 beta
#8It's nice and all, but I'll be over here using LuaJIT.
why?
It is fantastic software.
Re: Lua 5.4.0 beta
#9It's nice and all, but I'll be over here using LuaJIT.