[racket] A question about code-style (and memory usage)

From: Eli Barzilay (eli at barzilay.org)
Date: Tue Jul 26 15:15:59 EDT 2011

Two minutes ago, Robby Findler wrote:
> I was thinking of libraries, accessed via require. If we just had
> (require racket/aliases), then that would be tantamount to doing
> #lang racket (probably), given all of the dependencies that it would
> pull in. If we instead had (require racket/set/aliases), then I
> could use non-ASCII stuff without the big footprint.

[Yes, I know...  I can't think of a good solution to that.]

-- 
          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:
                    http://barzilay.org/                   Maze is Life!


Posted on the users mailing list.