<div dir="ltr"><span style="font-family:monospace">Hi,</span><div style="font-family:monospace"><br></div><div style="font-family:monospace">How do I make Racket's printer abbreviate unquote at the end of a list? See the difference in behavior between racket and petite chez below. </div>
<div style="font-family:monospace"><br></div><div style="font-family:monospace"><div>bash-3.2$ <span style="background:rgb(255,255,204)">petite</span></div><div><span style="background:rgb(255,255,204)">Petite</span> Chez Scheme Version 8.3</div>
<div>Copyright (c) 1985-2011 Cadence Research Systems</div><div><br></div><div>> '(5 . ,a)</div><div>(5 . ,a)</div><div>> </div><div>bash-3.2$ <span style="background:rgb(255,255,204)">racket</span> </div><div>Welcome to <span style="background:rgb(255,255,204)">Racket</span> v6.0.1.</div>
<div>> '(5 . ,a)</div><div>'(5 unquote a)</div><div>></div></div><div style="font-family:monospace"><br></div><div style="font-family:monospace">Thanks,</div><div style="font-family:monospace"><br></div><div style="font-family:monospace">
JBH</div></div>