<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>But in #lang racket the same expression evaluates to '(1 2 3). Why?                                               </div></body>
</html>