[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re[2]: Does LUA switch the C stack?
- From: Lothar Scholz <mailinglists@...>
- Date: Wed, 5 Sep 2007 22:28:49 +0700
Hello Stephen,
SK> Lothar Scholz wrote:
>> Does LUA switch the C stack in any way when using coroutines? I'm 99%
>> sure the answer is no because it can't be done with ANSI C.
SK> Hi Lothar,
SK> I think the answer is no.
SK> If Lothar is here, then I guess you'll all have access to a nice Lua IDE
SK> and decent Lua debugger at some point in the future. Lothar's company
SK> has already done that for Ruby.
We will see. I can only say that in the very near future we will have
a Ruby IDE that is scriptable in LUA, Ruby and Python.
I have developed a nice almost LUA compatible C interface for Ruby and Python
during the last month. The Ruby emulation is almost cost free, but emulating
the LUA stack access for python objects has a litte additional overhead
but it's so much easier to work with instead of the native reference counting.
--
Best regards, emailto: scholz at scriptolutions dot com
Lothar Scholz http://www.ruby-ide.com
CTO Scriptolutions Ruby, PHP, Python IDE 's