New version of makelist



Great. Maybe it's not worthwhile, but you might consider rewriting $makelist to eliminate
the call to $ev. You could either model the code after $create_list, or you could build a
Maxima lambda form and do mfuncall on the Maxima lambda form. I think the Maxima lambda
form is easier to document.

--Barton

-----maxima-bounces at math.utexas.edu wrote: -----


>Hi,
>I?have?committed?a?new?version?of?makelist?which?introduces?some
>extensions.