I see the same behavior in DrRacket as in command line racket. On Fri, Feb 1, 2019 at 10:19 AM Laurent <laurent.ors...@gmail.com> wrote: > > I'm seeing a difference that I can't explain. In the interactions below, look > for the leading quote in the output string on the commandline, and its > absence in DrRacket. > > The same problem happens when running a module containing the same code, so > it's not a top-level issue. > > Is there another parameter that controls this quoting mechanism that I don't > know about? > > In DrRacket: > > (~v 'auie) > "auie" > > (print-as-expression) > #t > > On the command line: > Welcome to Racket v7.2.0.3. > > (~v 'auie) > "'auie" > > (print-as-expression) > #t > > -- > You received this message because you are subscribed to the Google Groups > "Racket Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to racket-users+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/d/optout.
-- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to racket-users+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.