Evaluating definitions from another thread

Per Bothner per@bothner.com
Sat May 11 00:49:46 GMT 2024



On 5/10/24 2:03 PM, Panicz Maciej Godek wrote:
> which makes me wonder whether the above behavior (with variables not being bound from other threads) is actually desired?

Yes. If a child thread needs to define new variables in the parent thread,
you're almost certainly doing something wrong.

More generally: Most of the time people use eval, they shouldn't.
-- 
	--Per Bothner
per@bothner.com   http://per.bothner.com/


More information about the Kawa mailing list