From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 1/2] emacs: Add "memoization" code. Date: Sun, 07 Jun 2015 17:24:46 +0200 Message-ID: <87k2vf1qyp.fsf@gnu.org> References: <87oakszhvy.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42867) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z1cRT-0005AX-0Y for guix-devel@gnu.org; Sun, 07 Jun 2015 11:24:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z1cRP-0003Ec-04 for guix-devel@gnu.org; Sun, 07 Jun 2015 11:24:54 -0400 In-Reply-To: <87oakszhvy.fsf@gmail.com> (Alex Kost's message of "Sat, 06 Jun 2015 23:44:33 +0300") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Alex Kost Cc: guix-devel@gnu.org Alex Kost skribis: > From 8f6dfdc793d39b40bf57fbc7728e815b40b7c199 Mon Sep 17 00:00:00 2001 > From: Alex Kost > Date: Sat, 6 Jun 2015 22:14:13 +0300 > Subject: [PATCH 1/2] emacs: Add "memoization" code. > > * emacs/guix-utils.el (guix-memoize): New function. > (guix-memoized-defun): New macro. OK. Ludo=E2=80=99.