[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: issue SHARP-COMMA-CONFUSION



What you propose doesn't seem totally unreasonable to me, but still:

- it would be incompatible with current uses of #, outside of backquote.

- it doesn't really buy you any functionality, since you can trivially
  accomplish the same thing using (load-time-eval ,form).

One advantage of removing #, from the standard is that implementations
could retain their existing definition of #, as an extension.  If we
redefine the behavior of #, instead, then the old behavior -must- go
away. 

-Sandra
-------