<br><br><div class="gmail_quote">On Fri, May 4, 2012 at 5:04 PM, Neil Van Dyke <span dir="ltr">&lt;<a href="mailto:neil@neilvandyke.org" target="_blank">neil@neilvandyke.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Matthias Felleisen wrote at 05/04/2012 10:41 AM:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">
On May 4, 2012, at 10:34 AM, Laurent wrote<br>
</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
An interesting idea would be to count the number of times each identifier is used in the sources, and see how many characters would be saved by using different conventions.<br>
     <br>
</blockquote><div class="im">
That sounds like a fantastic exercise for someone who is truly skilled at scripting the shell with all kinds of find/wc/add knowledge.<br>
</div></blockquote>
<br>
Heresy.  Racket is actually well-suited for this task.<br>
<br>
(At the risk of stating the obvious... Well, you have to do some of the mechanics of directory tree traversal manually, unless someone&#39;s already written a &quot;directory-fold&quot; or similar. </blockquote><div><br>

in-directory does what you want.<br><a href="http://docs.racket-lang.org/reference/sequences.html?q=in-directory#%28def._%28%28lib._racket/private/base..rkt%29._in-directory%29%29">http://docs.racket-lang.org/reference/sequences.html?q=in-directory#%28def._%28%28lib._racket/private/base..rkt%29._in-directory%29%29</a><br>

<br>The main problem I recently had `read&#39;ing scribble files was the #reader directives, which I had to remove by a regexp-replace before parsing the file (hoping that what follows the #reader is still in s-exp form). Not sure if there is a better solution(?).<br>

<br>Laurent<br></div></div>