unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* memoize ability in Emacs Lisp?
@ 2005-06-17 14:13 Ted Zlatanov
  2005-06-17 14:48 ` Randal L. Schwartz
  0 siblings, 1 reply; 2+ messages in thread
From: Ted Zlatanov @ 2005-06-17 14:13 UTC (permalink / raw)


Does something like the Memoize Perl module exist for Emacs Lisp?

http://perl.plover.com/Memoize

It seems like a very useful thing to have this kind of caching
ability when the code needs it.

Ted

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: memoize ability in Emacs Lisp?
  2005-06-17 14:13 memoize ability in Emacs Lisp? Ted Zlatanov
@ 2005-06-17 14:48 ` Randal L. Schwartz
  0 siblings, 0 replies; 2+ messages in thread
From: Randal L. Schwartz @ 2005-06-17 14:48 UTC (permalink / raw)
  Cc: emacs-devel

>>>>> "Ted" == Ted Zlatanov <tzz@lifelogs.com> writes:

Ted> Does something like the Memoize Perl module exist for Emacs Lisp?
Ted> http://perl.plover.com/Memoize

Ted> It seems like a very useful thing to have this kind of caching
Ted> ability when the code needs it.

Appropriately set "advice" would probably achieve that.  See the "elisp"
manual, index "advice".

-- 
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<merlyn@stonehenge.com> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-06-17 14:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-06-17 14:13 memoize ability in Emacs Lisp? Ted Zlatanov
2005-06-17 14:48 ` Randal L. Schwartz

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).