[racket] extract text?

From: Adam Shaw (ams at cs.uchicago.edu)
Date: Mon Nov 1 12:25:50 EDT 2010

Hi all --

I'm grading a lot of racket files this quarter. A question: is there a widget to extract the text from a .rkt file?

In other words, we'd like less of this

> 0 0 14 3 3 #"num"
> 0 0 22 3 1 #")"
> 0 0 128 3 1 #" "
> 0 0 14 3 3 #"num"
> 0 0 22 3 1 #"]"
> 0 0 128 29 1 #"\n"
> 0 0 128 3 4 #"    "
> 0 0 22 3 1 #"["

and more of this

> (if (foo x) y z)


at least for grepping and other such occasional tasks.

Regards,

Adam




-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20101101/0b50967e/attachment.html>

Posted on the users mailing list.