lua-users home
lua-l archive

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


I'd like to do something like a Smalltalk block in Lua.
This means doing something like a lua_dobuffer() but being able to
get a return value from it. Is there any way of doing something like
this in Lua?

Btw, thanks for adding the name parameter to lua_buffer() in 3.1 -
     it's allowed me to make my code alot cleaner.

Steve