[CM] Grace 1.0.1 error
Heinrich Taube
taube at uiuc.edu
Mon, 3 Mar 2008 14:21:39 -0600
--Apple-Mail-1-782716989
Content-Type: text/plain;
charset=US-ASCII;
format=flowed
Content-Transfer-Encoding: 7bit
> # (loop for i to 10 collect i) gave "unbound variable loop"
turns out you can load cm's loop.scm into Grace and it will work.
(load "/Lisp/cm/src/loop.scm")
(loop for i to 10 collect i)
=> (0 1 2 3 4 5 6 7 8 9)
there will be a compiled version in Grace in the next release.
--Apple-Mail-1-782716989
Content-Type: text/html;
charset=US-ASCII
Content-Transfer-Encoding: 7bit
<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><blockquote type="cite"><font class="Apple-style-span" color="#000000"># (loop for i to 10 collect i) gave "unbound variable loop"</font><br></blockquote><br>turns out you can load cm's loop.scm into Grace and it will work.<div><br class="webkit-block-placeholder"></div><div><span class="Apple-tab-span" style="white-space:pre"> </span>(load "/Lisp/cm/src/loop.scm")</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>(loop for i to 10 collect i) </div><div><span class="Apple-tab-span" style="white-space:pre"> </span>=> (0 1 2 3 4 5 6 7 8 9)</div><div><br><div>there will be a compiled version in Grace in the next release.</div><div><br><div><div><br></div><div><br class="webkit-block-placeholder"></div></div></div></div></body></html>
--Apple-Mail-1-782716989--