lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Lua is no stand-alone language, but a scripting language. It is used to
extend programs written in a full programming language, thus it needs to be
initialized and called from another language, like C or C++. A binding to
another language means, that you have a way to call Lua. Not all languages
provide means to access Lua, since Lua itself is written in C.

Included in Lua is an interpreter, which provides a minimal environment to
execute scripts, so you don't have to create a program of your own if you
just want to try Lua.

----- Original Message ----- 
From: "UriBoy b" <deadpoet_me3@lycos.com>
To: "Lua list" <lua@bazar2.conectiva.com.br>
Sent: Wednesday, August 06, 2003 5:49 PM
Subject: new questions


> hi...
>
>    what does a binding of lua and the other language mean? i mean, is it
another set of instructions or something?
>
>    thanks...
>
>
> =)
>