Re: Cleaning up the EIEIO namespace
Stefan Monnier <[email protected]> Fri, 29 Mar 2013 17:07:06 -0400
| Newsgroups | gmane.emacs.devel,gmane.emacs.eieio |
|---|---|
| Message-ID | <[email protected]> |
> Could please eieio-oref/eieio-oset be avoided? oref/oset are so often
> used that people will start aliasing them anyways.
CLOS seems to live just fine with `slot-value', so why not just use
`cl-slot-value'?
[ BTW, since setf is now part of core Elisp, we don't need oset. ]
> How about replacing eieio-, the most awkward prefix in existence, with
Actually, I find it easy to type, because of the "ei" repetition and
because the "o" is right next to the "i".
Stefan