[CM] Grace 1.0.1 error

Heinrich Taube taube at uiuc.edu
Mon Mar 3 12:21:39 PST 2008


> # (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.



-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://cm-mail.stanford.edu/pipermail/cmdist/attachments/20080303/b3be755b/attachment.html>


More information about the Cmdist mailing list