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

Rich Sutton rich at richsutton.com
Sat Jun 28 11:48:18 PDT 2008


thanks Ralph, that *is* kinda pretty (below).  and it stresses the  
graphing package, e.g., causing redrawing to be slow.  i would just  
note that the speed of drawing here is not a limitation of cocoa.  it  
comes from how the quick port of the software was done.  it would be  
much faster if redone more natively.
rich

-------------- next part --------------
A non-text attachment was scrubbed...
Name: Snapz Pro X Snapz008.tiff
Type: image/tiff
Size: 164498 bytes
Desc: not available
URL: <https://lists.clozure.com/pipermail/openmcl-devel/attachments/20080628/04f6622a/attachment.tiff>
-------------- next part --------------





On 28-Jun-08, at 11:30 AM, Raffael Cavallaro wrote:

> 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