文件名称:lua-5.3.2.tar

  • 所属分类:
  • 嵌入式Linux
  • 资源属性:
  • [C/C++] [Linux] [源码]
  • 上传时间:
  • 2016-03-18
  • 文件大小:
  • 281kb
  • 下载次数:
  • 0次
  • 提 供 者:
  • quan*****
  • 相关连接:
  • 下载说明:
  • 别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容均来自于网络,请自行研究使用

Lua 是一个小巧的脚本语言。作者是巴西人。该语言的设计目的是为了嵌入应用程序中,从而为应用程序提供灵活的扩展和定制功能。



Lua脚本可以很容易的被C/C++代码调用,也可以反过来调用C/C++的函数,这使得Lua在应用程序中可以被广泛应用。不仅仅作为扩展脚本,也可以作为普通的配置文件,代替XML,Ini等文件格式,并且更容易理解和维护。



Lua由标准C编写而成,代码简洁优美,几乎在所有操作系统和平台上都可以编译,运行。



一个完整的Lua解释器不过200k,在目前所有脚本引擎中,Lua的速度是最快的。这一切都决定了Lua是作为嵌入式脚本的最佳选择。-Lua is an extension programming language designed to support general procedural programming with data descr iption facilities. It also offers good support for object-oriented programming, functional programming, and data-driven programming. Lua is intended to be used as a powerful, lightweight, embeddable scr ipting language for any program that needs one. Lua is implemented as a library, written in clean C, the common subset of Standard C and C++.



Being an extension language, Lua has no notion of a main program: it only works embedded in a host client, called the embedding program or simply the host. The host program can invoke functions to  a piece of Lua code, can write and read Lua variables, and can register C functions to be called by Lua code. Through the use of C functions, Lua can be augmented to cope with a wide range of different domains, thus creating customized programming languages sharing a syntactical fr a mework. The Lua distribution includes a sample host program ca
(系统自动生成,下载前可以参看下载内容)

下载文件列表





83390079lua-5.3.2.tar

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org