[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
re: e and pi
From: |
MON KEY |
Subject: |
re: e and pi |
Date: |
Sat, 18 Sep 2010 01:58:48 -0400 |
> Not a problem: they do use a prefix, so they don't affect other packages
> (except those using the same prefix, of course).
> OTOH, the regexp I use currently will incorrectly complain about
> "foo/bar" as lacking a prefix. Will fix it soon,
What about adding `%' and `+' as prefix/suffix to your regexp?
Likewise, could the CL semi-convention of naming "vars with *stars*" e.g.:
(defvar *my-special-frobomatic* {...} )
and constants with + (no equally nice mnemonic here):
(defconst +my-privileged-froboid+ {...} )
be of use to help (textually not syntactically) keep track of variable scoping?
Obv. where a non-existing convention in existing code isn't these won't
help (not without changing _a lot_ of symbol names).
However, maybe as part of the lexbind integration something as above
should be encouraged
in addition to "the prefix namespace".
My impression is that the CL convention for `+' and `*' wrappers is an
idiom born
of lexical/dynamic scoping tensions.
--
/s_P\
- Re: e and pi, (continued)
- Re: e and pi, Juanma Barranquero, 2010/09/19
- RE: e and pi, Drew Adams, 2010/09/17
- Re: e and pi, tomas, 2010/09/18
- Re: e and pi, David Kastrup, 2010/09/18
- Re: e and pi, tomas, 2010/09/19
- Re: e and pi, Uday S Reddy, 2010/09/17
Re: e and pi, Sam Steingold, 2010/09/17
Re: e and pi, MON KEY, 2010/09/17
re: e and pi,
MON KEY <=