1. XenForo 1.5.14 中文版——支持中文搜索!现已发布!查看详情
  2. Xenforo 爱好者讨论群:215909318 XenForo专区

新闻 Lua 5.3.0 正式版发布 下载

本帖由 漂亮的石头2015-01-13 发布。版面名称:软件资讯

  1. 漂亮的石头

    漂亮的石头 版主 管理成员

    注册:
    2012-02-10
    帖子:
    486,020
    赞:
    46
    经过 4 个 RC 版本,Lua 终于迎来了 5.3.0 正式版。新版本主要增加对整数支持,支持位操作,提供一个基本的 UTF-8 库。

    下载地址:http://www.lua.org/ftp/lua-5.3.0.tar.gz

    其他方面的改进包括:

    语言特性


    • userdata can have any Lua value as uservalue


    • integer division


    • more flexible rules for some metamethods



    • ipairs and the table library respect metamethods


    • strip option in string.dump


    • table library respects metamethods


    • new function table.move


    • new function string.pack


    • new function string.unpack


    • new function string.packsize
    C API


    • simpler API for continuation functions in C


    • lua_gettable and similar functions return type of resulted value


    • strip option in lua_dump


    • new function: lua_geti


    • new function: lua_seti


    • new function: lua_isyieldable


    • new function: lua_numbertointeger


    • new function: lua_rotate


    • new function: lua_stringtonumber
    Lua 标准解释器


    • can be used as calculator; no need to prefix with '='


    • arg table available to all code
    Lua 5.3.0 正式版发布下载地址
     
正在加载...