[racket] interactive.rkt and 5.2.1: Infinite errors re path->name
An hour ago, Greg Hendershott wrote:
> Thanks again for making interactive.rkt. When I wanted to move from
> DrRacket to Emacs it was _really_ helpful.
>
> As a bonus, I enjoyed browsing the interactive.rkt source. You have
> an impressive economy of expression.
>
> You know that old saying, "I apologize for the length of this letter
> but I didn't have time to make it shorter"? I hope your code is the
> result of multiple revisions. Because if you tell me it comes out
> this way on your first try, I'm going to be very scared. :)
Heh, I pay too much attention to how the code looks like... I have
very strict rules about it, and I almost never let myself go around
them, even when I debug it. (This results in some incompatibilities
with the currently blessed style -- for example, I keep code at a
width of <=79 chars (or in rare cases at 80); but OTOH I stick in most
cases to putting as much on one line as possible within this limit.)
--
((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay:
http://barzilay.org/ Maze is Life!