Re: Lua C API can't be used from other languages without C wrappers
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Lua C API can't be used from other languages without C wrappers
- From: Russell Haley <russ.haley@...>
- Date: 2018年2月20日 10:46:42 -0800
On Tue, Feb 20, 2018 at 10:20 AM, Andrew Gierth
<andrew@tao11.riddles.org.uk> wrote:
>>>>>> "Russell" == Russell Haley <russ.haley@gmail.com> writes:
>
> Russell> I wanted to use Lua to *simply* things, not manage a stack. I
> Russell> have to say Lua integration has been a bit of a heart breaker.
> Russell> After the PhDs presentation, I'm now wondering about ditching
> Russell> the C API all together and re-writing .Net integration using
> Russell> Sol2 instead. Ah, dreams...
>
> So how is Sol2 dealing with the longjmp issue?
I have no way to answer that. ThePhD would be a better person to ask.
The presentation is here:
https://www.youtube.com/watch?v=NAox5UsjbUM
and that's the extent of what I know. I'll be trying to get it running
in my "Hello world" qt app tonight.
Russ