OK, sorry then for this mistake of mine.
Dnia 10 marca 2016 00:59:53 CET, Juraj Variny napisał(a):
>>
>> > On Wednesday 09 March 2016 09:07:38 you wrote:
>> >> Hello,
>> >>
>> >> Juraj Variny writes:
>> >> > Hello,
>> >> >
>> >> > can you please tell me how to:
>> >> >
>> >> > 1. Initialize lisp
>
> > On Wednesday 09 March 2016 09:07:38 you wrote:
> >> Hello,
> >>
> >> Juraj Variny writes:
> >> > Hello,
> >> >
> >> > can you please tell me how to:
> >> >
> >> > 1. Initialize lisp environment in a thread that was already created by
> >> > C/C++ app? Is it possible for it to share existing l
Juraj Variny writes:
> On Wednesday 09 March 2016 09:07:38 you wrote:
>> Hello,
>>
>> Juraj Variny writes:
>> > Hello,
>> >
>> > can you please tell me how to:
>> >
>> > 1. Initialize lisp environment in a thread that was already created by
>> > C/C++ app? Is it possible for it to share existi
On Wednesday 09 March 2016 09:07:38 you wrote:
> Hello,
>
> Juraj Variny writes:
> > Hello,
> >
> > can you please tell me how to:
> >
> > 1. Initialize lisp environment in a thread that was already created by
> > C/C++ app? Is it possible for it to share existing lisp environment?
>
> There is
Hello,
Juraj Variny writes:
> Hello,
>
> can you please tell me how to:
>
> 1. Initialize lisp environment in a thread that was already created by C/C++
> app? Is it possible for it to share existing lisp environment?
There is an example in examples/embed directory (file hello.c). What do
you m
Hello,
can you please tell me how to:
1. Initialize lisp environment in a thread that was already created by C/C++
app? Is it possible for it to share existing lisp environment?
2. Is accessing and modification of the shared lisp environment from a new
thread made by (mp:process-run-function)