[plt-scheme] Any way to get pretty printing from the web-server?

From: Synx (plt at synx.us.to)
Date: Wed Nov 11 19:12:13 EST 2009

How about this?

(require scheme/pretty)

(pretty-print xexpr)

An xexpr is a type of s-expression, so it should be prettily printable
just like any other s-exp.


Posted on the users mailing list.