all messages for Emacs-related lists mirrored at yhetil.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 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.