Path to this page:
./
lang/lua,
Powerful light-weight language for extending applications
Branch: pkgsrc-2008Q2,
Version: 5.1.3nb1,
Package name: lua-5.1.3nb1,
Maintainer: pkgsrc-usersLua is a powerful, light-weight programming language designed for
extending applications. Lua is also frequently used as a
general-purpose, stand-alone language.
Lua combines simple procedural syntax (similar to Pascal) with
powerful data description constructs based on associative arrays and
extensible semantics. Lua is dynamically typed, interpreted from
bytecodes, and has automatic memory management, making it ideal for
configuration, scripting, and rapid prototyping.
Lua is a language engine that you can embed into your application.
This means that, besides syntax and semantics, Lua has an API that
allows the application to exchange data with Lua programs and also to
extend Lua with C functions. In this sense, Lua can be regarded as a
language framework for building domain-specific languages.
Lua is implemented as a small library of C functions, written in ANSI
C, and compiles unmodified in all known platforms. The implementation
goals are simplicity, efficiency, portability, and low embedding cost.
The result is a fast language engine with small footprint, making it
ideal in embedded systems too.
Master sites: (Expand)
SHA1: 89bc9f5a351402565b8077e8123327e7cd15f004
RMD160: 1c5979dd4986057fef325aa2af0c872bbecab92e
Filesize: 210.759 KB
Version history: (Expand)
- (2008-07-14) Package added to pkgsrc.se, version lua-5.1.3nb1 (created)