<!doctype html public "-//W3C//DTD W3 HTML//EN">
<html><head><style type="text/css"><!--
blockquote, dl, ul, ol, li { padding-top: 0 ; padding-bottom: 0 }
 --></style><title>plotter on MCL 5.0 and OSX
10.3.2</title></head><body>
<div>Does plotter work on OSX 10.3.2 with MCL 5.0?</div>
<div><br></div>
<div>I was able to compile all the files, but calling (plotter)
or</div>
<div><br></div>
<div>(plotter (new plot<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span
></span>&nbsp;&nbsp; points (loop with f = 2.5<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span
></span
>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span
></span>&nbsp;&nbsp;&nbsp;&nbsp; for x from 0 to 1 by .01<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span
></span
>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span
></span>&nbsp;&nbsp;&nbsp;&nbsp; collect (new point x x y (sin (* x f
2 pi)))))</div>
<div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; :window-title
&quot;A Little Sin&quot;)</div>
<div><br></div>
<div>returns the following error:</div>
<div><br></div>
<div>&gt; Error: #&lt;Compiled-function XY Macroexpander #x246B9B6&gt;
can't be FUNCALLed or APPLYed.<br>
&gt; While executing: CCL::DEFAULT-INITARGS<br>
&gt; Type Command-. to abort.</div>
<div>See the RestartsŠ menu item for further choices.</div>
<div><br></div>
<div>The macro xy is defined in draw.lisp but I'm not sure where an
attempt is being made to funcall or apply it.</div>
<div><br></div>
<div>Again, any help would be appreciated.</div>
<div><br></div>
<div>Sean Ferguson</div>
</body>
</html>