lua-users home
lua-l archive

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


On Thu, 4 Jul 2002, Roberto Ierusalimschy wrote:

> - error handling ("pcall" won't get an "errf" parameter)

Hmm, how will you support error handling then?
 
> - lua_setglobals/lua_getglobals (now, each Lua function has it own
> global table)

Good! This should ease a number of minor problems I was having.

> - hooks: there will be only one hook function, which can be called in
> several different events (calls, returns, line change, instruction
> count).

I guess this is the answer to my first question?



  - Tom Wrensch