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: Stefan Monnier
Subject: Re: User-reserved element in byte code vectors
Date: 14 May 2004 18:14:40 -0400
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

>> 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.]

Oh well, just put that on my being a lambda-calculus fundamentalist.
I guess I need to gather more troops if I want my crusade to have a slight
chance of success.


        Stefan




reply via email to

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