[Openmcl-devel] Using sin and cos in clozurecl
Louis Hoefler
louis.hoefler at gmx.de
Sat Aug 13 08:45:31 PDT 2011
Hm it magically works now.
After writing (cl:cos 2) i can write (cos 2).
I tried to reproduce the error but it did not work.
The output was this but dos replaces with cos:
> Error: Undefined function DOS called with arguments (2) .
> While executing: CCL::TOPLEVEL-EVAL, in process listener(1).
> Type :GO to continue, :POP to abort, :R for a list of available restarts.
> If continued: Retry applying DOS to (2).
> Type :? for other options.
1 >
Welcome to Clozure Common Lisp Version 1.7-dev-r14869 (WindowsX8664)!
? (cos 2)
-0.41614684
Than you, Louis
Am 13.08.2011 16:35, schrieb Leslie P. Polzer:
> On Sat, Aug 13, 2011 at 03:53:07PM +0200, Louis Hoefler wrote:
>> 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">
> So what output do you get for evaluating this form:
>
> (cl:cos 0)
>
> Can you also show the exact output showing that the form
>
> (cos 0)
>
> fails to evaluate?
>
> Leslie
More information about the Openmcl-devel
mailing list