lua-users home
lua-l archive

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


I've developed an industrial application that uses Lua on Coldfire/uClinux.

My experience has been good. I've had to be careful to trim down binaries, but I have long running independent Lua processes along with TCP/UDP network functions and haven't had any problems beyond my own coding bugs.

Feel free to message me off-list for more info.

-joe

On Fri, Oct 29, 2010 at 7:43 AM, Gilles Ganault <gilles.ganault@free.fr> wrote:
Hello

       I would like some feedback from experienced Lua developers about
running Lua scripts on embedded devices that use MMU-less CPU's and
the uClinux OS.

Are there issues to be aware of, instructions that should not be used,
etc, or does the Lua interpreter take care of this?

If there's a good article that sums those up, please point me in the
right direction.

Thank you.