From: Racket Noob (racketnoob at hotmail.com) Date: Sun Sep 18 10:15:58 EDT 2011 |
|
In Common Lisp or Clojure REPL, expression '(1 2 3) evaluates to (1 2 3). But in #lang racket the same expression evaluates to '(1 2 3). Why? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.racket-lang.org/users/archive/attachments/20110918/0bd82d9a/attachment.html>
Posted on the users mailing list. |
|