From: Tushar Saxena
Subject: cl:// Is it a function!
Date: 
Message-ID: <437@tarski.albany.edu>
I have a piece of code in Zetalisp which I am trying to run in Common lisp.
The code contain a line of the following sort:

	(cl:// (car mon) head-coef)

First of all, what is this package "cl" in Zetalisp. And secondly, "//" seems
to be a function in this package, whereas it is just a variable in common lisp.
I tried to replace the line above by simply (// (car mon) head-coef) and
obviously failed miserably.

Any suggestions are welcome.

Tushar Saxena
······@cs.albany.edu