[racket] Quoted expressions in #lang racket

From: Grant Rettke (grettke at acm.org)
Date: Sun Sep 18 10:34:12 EDT 2011

2011/9/18 Racket Noob <racketnoob at 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.


Posted on the users mailing list.