all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Stefan Monnier <monnier@IRO.UMontreal.CA>
To: Teodor Zlatanov <tzz@lifelogs.com>
Cc: 19767@debbugs.gnu.org
Subject: bug#19767: 25.0.50; cl-defgeneric docs
Date: Wed, 04 Feb 2015 10:32:13 -0500	[thread overview]
Message-ID: <jwvmw4t8zq6.fsf-monnier+emacsbugs@gnu.org> (raw)
In-Reply-To: <87d25pyifw.fsf@lifelogs.com> (Teodor Zlatanov's message of "Wed,  04 Feb 2015 07:22:59 -0500")

> I see lisp/emacs-lisp/cl-generic.el was added recently, and that's great.
> But the CL manual hasn't been updated, I think?

Indeed, that's the main missing part of cl-generic right now.

> I could try to help here, but I haven't used this facility before so I
> need some pointers.

cl-generic tries to implement generic function part of CLOS (CLOS
is the set of object-oriented features of Common-Lisp, and it includes
the definition of objects&classes as well as the definition of methods
which use the "generic function" approach).  I tried to follow CLOS
pretty closely for all the things where CLOS seemed sane (i.e. that
excludes method-combinations).

So there's existing docs ain the form of the "Common Lisp Hyperspec",
such as http://www.lispworks.com/documentation/HyperSpec/Body/07_fb.htm
but the copyright status of this is kind of murky (for example, the GCL
doc includes it, but Debian took it out from its gcl-doc package because
of this legal uncertainty), so we can't just use that, sadly.


        Stefan





      reply	other threads:[~2015-02-04 15:32 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-04 12:22 bug#19767: 25.0.50; cl-defgeneric docs Teodor Zlatanov
2015-02-04 15:32 ` Stefan Monnier [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=jwvmw4t8zq6.fsf-monnier+emacsbugs@gnu.org \
    --to=monnier@iro.umontreal.ca \
    --cc=19767@debbugs.gnu.org \
    --cc=tzz@lifelogs.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.