lua-5.1.2CE

所属分类:Windows编程
开发工具:Others
文件大小:1685KB
下载次数:2
上传日期:2009-02-28 15:45:21
上 传 者wince
说明:  Lua is a powerful, fast, lightweight, embeddable scripting language. Lua combines simple procedural syntax with powerful data description constructs based on associative arrays and extensible semantics. Lua is dynamically typed, runs by interpreting bytecode for a register-based virtual machine, and has automatic memory management with incremental garbage collection, making it ideal for configuration, scripting, and rapid prototyping.
(Lua is a fast language engine with small footprint that you can embed easily into your application. Lua has a simple and well documented API that allows strong integration with code written in other languages. It is easy to extend Lua with libraries written in other languages. It is also easy to extend programs written in other languages with Lua. Lua has been used to extend programs written not only in C and C++, but also in Java, C#, Smalltalk, Fortran, Ada, and even in other scripting languages, such as Perl and Ruby. )

文件列表:
lua-5.1.2CE (0, 2009-02-10)
lua-5.1.2CE\bin (0, 2009-02-10)
lua-5.1.2CE\bin\luacelib51_rel.lib (522834, 2009-02-10)
lua-5.1.2CE\changelog.txt (155, 2007-08-02)
lua-5.1.2CE\COPYRIGHT (1528, 2006-01-07)
lua-5.1.2CE\diffs (2885, 2006-08-29)
lua-5.1.2CE\doc (0, 2009-02-10)
lua-5.1.2CE\doc\contents.html (19854, 2006-02-11)
lua-5.1.2CE\doc\logo.gif (4232, 2001-10-23)
lua-5.1.2CE\doc\lua.1 (3619, 2006-01-07)
lua-5.1.2CE\doc\lua.css (196, 2004-06-14)
lua-5.1.2CE\doc\lua.html (3951, 2006-02-08)
lua-5.1.2CE\doc\luac.1 (3617, 2006-02-13)
lua-5.1.2CE\doc\luac.html (3896, 2006-02-13)
lua-5.1.2CE\doc\manual.html (233955, 2006-02-14)
lua-5.1.2CE\doc\vssver.scc (176, 2007-08-02)
lua-5.1.2CE\etc (0, 2009-02-10)
lua-5.1.2CE\etc\all.c (678, 2005-03-31)
lua-5.1.2CE\etc\lua.hpp (191, 2004-12-23)
lua-5.1.2CE\etc\lua.ico (1078, 2000-07-31)
lua-5.1.2CE\etc\lua.pc (589, 2006-02-08)
lua-5.1.2CE\etc\luavs.bat (179, 2005-09-08)
lua-5.1.2CE\etc\Makefile (912, 2006-02-08)
lua-5.1.2CE\etc\min.c (803, 2006-02-09)
lua-5.1.2CE\etc\noparser.c (1253, 2005-09-02)
lua-5.1.2CE\etc\strict.lua (806, 2005-08-26)
lua-5.1.2CE\etc\vssver.scc (192, 2007-08-02)
lua-5.1.2CE\HISTORY (7908, 2006-02-20)
lua-5.1.2CE\INSTALL (3756, 2006-01-26)
lua-5.1.2CE\Makefile (3603, 2006-02-16)
lua-5.1.2CE\MANIFEST (2257, 2006-02-20)
lua-5.1.2CE\src (0, 2009-02-10)
lua-5.1.2CE\src\errno.h (168, 2006-08-21)
lua-5.1.2CE\src\lapi.c (22482, 2007-08-02)
lua-5.1.2CE\src\lapi.h (258, 2005-04-26)
lua-5.1.2CE\src\lauxlib.c (17491, 2007-08-02)
... ...

README for Lua 5.1 See INSTALL for installation instructions. See HISTORY for a summary of changes since the last released version. * What is Lua? ------------ Lua is a powerful, light-weight programming language designed for extending applications. Lua is also frequently used as a general-purpose, stand-alone language. Lua is free software. For complete information, visit Lua's web site at http://www.lua.org/ . For an executive summary, see http://www.lua.org/about.html . Lua has been used in many different projects around the world. For a short list, see http://www.lua.org/uses.html . * Availability ------------ Lua is freely available for both academic and commercial purposes. See COPYRIGHT and http://www.lua.org/license.html for details. Lua can be downloaded at http://www.lua.org/download.html . * Installation ------------ Lua is implemented in pure ANSI C, and compiles unmodified in all known platforms that have an ANSI C compiler. Under Unix, simply typing "make" should work. See INSTALL for detailed instructions. * Origin ------ Lua is developed at Lua.org, a laboratory of the Department of Computer Science of PUC-Rio (the Pontifical Catholic University of Rio de Janeiro in Brazil). For more information about the authors, see http://www.lua.org/authors.html . (end of README)

近期下载者

相关文件


收藏者