lua-users home
lua-l archive

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


David Given wrote:

Well, unless you can lose the heap, then you're not going to be able to get away without a garbage collector. Which means that you can't have real-time capabilities, because you never know when you might run out of heap space. The Java people have been fighting this for years; there just does not seem to be any theoretical way out of it.
LuaChip will have full support for the core language, or it will never see daylight ;-)

Real-time support is not a must-have. In many applications its sufficient to have short time real-time.

/Erik