<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'>
&nbsp;<BR><div>&gt; I kindly suggest the thought that omitting the quote is precisely what<br>&gt; makes things harder for beginners. It seems to suggest to the<br>&gt; untrained that REPL is returning something that is not a value. As<br>&gt; Matthias and others have pointed out, you can not take the "value" (1<br>&gt; 2 3) and use it somewhere else. What sense does that make?<br>&gt;</div><div>&nbsp;</div><div>&nbsp;</div><div>&nbsp;<br>I think beginner should understand that list is basic lisp notion which serves (at least) two purposes:</div><div>&nbsp;</div><div>1) list as data: as in (1 2 3) or as in whole lisp program</div><div>&nbsp;</div><div>or</div><div>&nbsp;</div><div>2) list as expression denoting function application: as in (+ 1 2)</div><div>&nbsp;</div><div>Once&nbsp;when above two points is understood, there is no confusion at all. I think that masking those facts&nbsp;when teaching&nbsp;doesn't contribute to beginner's greater understanding of the true nature of lisp.</div><div>&nbsp;</div><div>&nbsp;</div>                                               </div></body>
</html>