13 May 21:00
Re: second order functions?
From: Robert Dodier <robert.dodier <at> gmail.com>
Subject: Re: second order functions?
Newsgroups: gmane.comp.mathematics.maxima.general
Date: 2008-05-13 19:00:21 GMT
Subject: Re: second order functions?
Newsgroups: gmane.comp.mathematics.maxima.general
Date: 2008-05-13 19:00:21 GMT
On Tue, May 13, 2008 at 9:52 AM, Barton Willis <willisb <at> unk.edu> wrote: > There is also variants that use buildq. Yeah --- I prefer buildq because the result is more predictable (everything is quoted except designated variables). buildq is essentially a reimplementation of `(,foo) macrology. In this case, maybe s.t. like foo(n) := buildq ([n], lambda ([x], n + x)); foo(7); => lambda([x], 7 + x) HTH Robert Dodier
RSS Feed