[Openmcl-devel] Using sin and cos in clozurecl

Louis Hoefler louis.hoefler at gmx.de
Sat Aug 13 06:53:07 PDT 2011


I just downloaded CCL via svn. Then I moved the windows/ccl dir to C:\ 
and doubleclicked on the file wx86cl64.exe.

Writing package gives me:
Welcome to Clozure Common Lisp Version 1.7-dev-r14869  (WindowsX8664)!
? *package*
#<Package "COMMON-LISP-USER">


Am 13.08.2011 15:35, schrieb Leslie P. Polzer:
> Works for me:
>
> % ccl
> Welcome to Clozure Common Lisp Version 1.6-r14468M  (LinuxX8632)!
> ? (cos 3.14)
> -0.99999875
> ? *package*
> #<Package "COMMON-LISP-USER">
> ?
>
> What's the value of your *PACKAGE*? How do you start CCL?
> Does cl:cos work for you?
>
>    /Leslie
>
>
> On Sat, Aug 13, 2011 at 03:29:30PM +0200, Louis Hoefler wrote:
>> Hello everyone.
>> How do I calculate sinus and cosinus with clozurecl?
>>
>> -->  (cos 20)
>>
>> tells me that cos is not known. I searched google and found nothing.
>>
>> Thank you Louis
>> _______________________________________________
>> Openmcl-devel mailing list
>> Openmcl-devel at clozure.com
>> http://clozure.com/mailman/listinfo/openmcl-devel
>>




More information about the Openmcl-devel mailing list