[Openmcl-devel] Using sin and cos in clozurecl

Leslie P. Polzer sky at viridian-project.de
Sat Aug 13 07:35:49 PDT 2011


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