Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ucbvax!ANACONDA.STANFORD.EDU!rit From: rit@ANACONDA.STANFORD.EDU (Jean-Francois Rit) Newsgroups: comp.lang.lisp Subject: #( syntax Message-ID: <8905120152.AA17406@anaconda.Stanford.EDU> Date: 12 May 89 01:52:25 GMT Sender: daemon@ucbvax.BERKELEY.EDU Lines: 15 I came on a strange, to me, feature of coral common lisp 1.2.1: the following expression (setq toto #(1 2 3)) makes lisp return an error (cannot eval). However (setq toto '#(1 2 3)) works, and toto is actually the right vector object. Both formulation work in lucid. So what's happening, is the coral implementation wrong? Is it reasonable to consider the quoted version a common denominator? JF Jean-Francois Rit Tel: (415) 723 3796 CS Dept Robotics Laboratory e-mail: rit@coyote.stanford.edu Cedar Hall B7 Stanford, CA 94305-4110