2011/9/18 Racket Noob <racketn...@hotmail.com>: > 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?
In the bottom left hand of the screen in DrRacket click the "Choose Language" dropdown, "Use the language declared in source" should be selected on the left. On the right you can choose the "Output Syntax". If you change it to "write" then it will look how you want. _________________________________________________ For list-related administrative tasks: http://lists.racket-lang.org/listinfo/users