lua-users home
lua-l archive

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


Hi,

eLua is an effort to bring the Lua programming language in the
embedded world (MCUs). It is meant to be a complete MCU development
environment. It currently runs on a number of ARM variants, as well as
Cortex (and i386 as a proof of concept). Version 0.4.1 was just
released, this is the changelog:

* Minor release, its main purpose is to keep in sync with Lua and
integrate the latest official Lua distribution (5.1.4)
* Changed the file system structure; now you can build both Lua
versions (floating point and int only) from the same directory
* Made the math library configurable using the existent 'platform
libraries' mechanism
* The "os" and "package" modules are no longer loaded by Lua, since
they can't be used anyway.
* Project documentation updated

For more information you can visit the project homepage at
http://elua.berlios.de

Thanks,
Bogdan