[plt-scheme] %, @, ^, etc.
On Tue, 9 Sep 2003, Michael Sperber wrote:
> For list-related administrative tasks:
> http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>
> >>>>> "Eli" == Eli Barzilay <eli at barzilay.org> writes:
>
> Eli> For list-related administrative tasks:
> Eli> http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>
> Eli> On Sep 8, Anton van Straaten wrote:
> >>
> >> Do combined prefix-suffix cases count?
> >>
> >> *name* => global name
>
> Eli> I think it makes more sense for global parameters.
>
> I believe this convention comes from Common Lisp, where DEFVAR has
> consequences on local uses of the same name. In Scheme, it doesn't
> really make that much sense.
>
No, it was used in Scheme before Common Lisp was born (Scheme is
older ;-). The beginnings are probably in MacLisp.
Zbyszek Jurkiewicz