<div dir="ltr"><div>Hi Bil &amp; co,</div><div><br></div><div>Found a bug in (apply set! ..) :<br><br>&gt; (define x &#39;foo)<br>foo<br>&gt; (apply set! &#39;x &#39;bar ())<br><br>;unbound variable bar in (x bar)<br><br></div><div>And it can get a bit weirder:</div><div><br></div><div>&gt; (define bar &#39;the-bar)</div><div>&gt; (apply set! &#39;x bar ())<br><br>;unbound variable the-bar in (x the-bar)</div><div><br></div><div>&gt; (apply set! &#39;x &#39;bar ())</div><div>the-bar</div><div>&gt; (eq? x &#39;the-bar)</div><div>#t<br></div><div><br></div><div>Best,</div><div>Christos<br></div></div>