[plt-scheme] PP Code

From: Matt Jadud (jadudm at gmail.com)
Date: Mon Jun 8 06:59:27 EDT 2009

On Mon, Jun 8, 2009 at 6:51 AM, Paulo J. Matos<pocmatos at gmail.com> wrote:
> I was just wondering if there was a command line app out there but
> yes, that seems to do it.
> Thanks for the reference.

Er... in Schemely pseudo-syntax...

#lang scheme
(require pretty-print cmdline)
(pretty-print (command-line-args 0))

You could throw together the command-line application that does this,
I would think. (I know I'm stating the obvious, but I'm mentioning it
anyway.)

Cheers,
Matt


Posted on the users mailing list.