<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'><div dir='ltr'>
> >> In Common Lisp or Clojure REPL, expression '(1 2 3) evaluates to (1 2 3).<br>> <br>> <br>> No it doesn't. In CL and Clojure, '(1 2 3) evaluates to '(1 2 3) and then the printer turns it into (1 2 3). <br>> <br><br>Wait a minute, I dont get it! You are saying that (quote (1 2 3)) evaluates to (quote (1 2 3)) ?<br>Sorry, it doesn't make any sanse to me. :(<br>As I aunderstand things, quote is a special forms that instructs lisp not to evaluate the a form in applicative order, but rather
treat it as a literal.<br> <br>                                            <BR>                                            </div></body>
</html>