[racket-dev] Quick poll

From: Eli Barzilay (eli at barzilay.org)
Date: Thu Aug 25 15:41:50 EDT 2011

10 minutes ago, Shriram Krishnamurthi wrote:
> I'm confused.  Why aren't $1, etc. also identifiers?

Both are.


> > (define $1 1)
> > (define 50-cent (/ $1 2))
> > 50-cent  ;; which, as you know, is pronounced "fiffy"
> 0.5
> 
> Or are you asking, "Since I'm going to steal part of the identifier
> namespace anyway, would you prefer..."?

Roughly -- instead of stealing, it just defines the identifiers that
are not already bound.  So with the current ^ names, if you happen to
have ^ bound, you get only ^^, ^^^ etc.


> (If so I'd say just take both and thereby make it useful to people
> used to either convention.)

Good idea!  (Should have been obvious given the above, but somehow I
missed it.)

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


Posted on the dev mailing list.