[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Opaque objects and Emacs documentation
From: |
Richard Stallman |
Subject: |
Re: Opaque objects and Emacs documentation |
Date: |
Thu, 23 Jul 2020 00:04:16 -0400 |
[[[ To any NSA and FBI agents reading my email: please consider ]]]
[[[ whether defending the US Constitution against all enemies, ]]]
[[[ foreign or domestic, requires you to follow Snowden's example. ]]]
> Its return value must be a "project
> instance" which satisfies a certain protocol defined by several
> cl-generic methods (think "interface" in Java, or "typeclass" in
> Haskell, or "protocol" in Clojure, or multimethods elsewhere).
This protocol of operations and what jobs they are supposed to do
is what defines he project instance data structure. So that is
a good way to document the data structure.
However, I wonder if there are some data that we can expect every
project instace to have.. For instance, does every project instace
have a name? Is there an operation to ask for its name?
What are the simple data items that every project instance should
have?
--
Dr Richard Stallman
Chief GNUisance of the GNU Project (https://gnu.org)
Founder, Free Software Foundation (https://fsf.org)
Internet Hall-of-Famer (https://internethalloffame.org)
- Re: Opaque objects and Emacs documentation, (continued)
- Re: Opaque objects and Emacs documentation, Alan Mackenzie, 2020/07/21
- Re: Opaque objects and Emacs documentation, Dmitry Gutov, 2020/07/21
- Edebug (was: Opaque objects and Emacs documentation), Stefan Monnier, 2020/07/21
- Re: Opaque objects and Emacs documentation, Eli Zaretskii, 2020/07/22
- Re: Opaque objects and Emacs documentation, Dmitry Gutov, 2020/07/22
- Re: Opaque objects and Emacs documentation, Eli Zaretskii, 2020/07/22
- Re: Opaque objects and Emacs documentation, Dmitry Gutov, 2020/07/22
- Re: Opaque objects and Emacs documentation,
Richard Stallman <=
- Re: Opaque objects and Emacs documentation, Dmitry Gutov, 2020/07/23
- Re: Opaque objects and Emacs documentation, João Távora, 2020/07/22
- Re: Opaque objects and Emacs documentation, Dmitry Gutov, 2020/07/17
- Re: Opaque objects and Emacs documentation, Dmitry Gutov, 2020/07/17
- Re: Opaque objects and Emacs documentation, Eli Zaretskii, 2020/07/17
- Re: Opaque objects and Emacs documentation, Dmitry Gutov, 2020/07/17
- Re: Opaque objects and Emacs documentation, John Yates, 2020/07/17
- RE: Opaque objects and Emacs documentation, Drew Adams, 2020/07/17
- Re: Opaque objects and Emacs documentation, Eli Zaretskii, 2020/07/17
- Re: Opaque objects and Emacs documentation, Dmitry Gutov, 2020/07/17