emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: User-reserved element in byte code vectors


From: Miles Bader
Subject: Re: User-reserved element in byte code vectors
Date: Fri, 14 May 2004 18:03:14 -0400
User-agent: Mutt/1.3.28i

On Fri, May 14, 2004 at 09:50:45PM +0200, Lars Brinkhoff wrote:
> When reading about currying in the context of Lisp, I've seen
> this many times:
> 
>   (defun curry (function &rest args1)
>     (lambda (&rest args2)
>       (apply function (append args1 args2))))
> 
> which I believe matches Miles' definition.

Also I think Dylan's standard `curry' function operates this way (ie my way).
[Dylan is a lisp-like language with an algolish syntax; it's very kewl.]

-miles
-- 
Fast, small, soon; pick any 2.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]