[Openmcl-devel] impressions of openmcl, the cocoa bridge, and easygui

Raffael Cavallaro raffaelcavallaro at mac.com
Sat Jun 28 10:30:10 PDT 2008


On Jun 28, 2008, at 1:48 AM, Rich Sutton wrote:

> (graph (list (loop for x below 8 by 0.1 collect (sin x))
>                   (loop for x below 8 by 0.1 collect (cos x))))

Nice package, thanks for sharing it.

For a pretty picture try this:

(graph (list (loop for x below 120 by 0.005 collect (*  (sin x) (cos  
(* x pi))))
                (loop for x below 120 by 0.005 collect (*  (cos x)  
(sin (* x pi))))
                (loop for x below 120 by 0.005 collect (*  (cos x)  
(cos (* x pi))))))



regards,

Ralph





Raffael Cavallaro, Ph.D.
raffaelcavallaro at mac.com




More information about the Openmcl-devel mailing list