guile-user
[Top][All Lists]
Advanced

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

Re: progv in scheme


From: Andy Wingo
Subject: Re: progv in scheme
Date: Thu, 15 Sep 2011 11:11:13 -0700
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux)

On Tue 13 Sep 2011 12:09, "Bill Schottstaedt" <address@hidden> writes:

> if lambda were applicable, this would work in both cases:
>
> (define-macro (progv vars vals . body)
>   `(apply (apply lambda ,vars ',body) ,vals))

That's fun!  Makes me think of Kernel.  I think you'd enjoy Kernel,
Bill, if you haven't seen it already.

  http://fexpr.blogspot.com/2011/04/fexpr.html

Andy
-- 
http://wingolog.org/



reply via email to

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