From: Robert D. <rob...@gm...> - 2023-07-16 00:36:56
|
Hi Eduardo, For the record, Maxima functions defined by DEFMSPEC are so-called argument quoting functions; these functions work either with unevaluated symbols (e.g. kill), or manage evaluation by explicit calls to MEVAL (e.g. makelist) -- this latter approach leads to more or less unpredictable evaluation behavior. I think the best we can do is to document any such existing functions, and be very circumspect about introducing new ones. Hope this helps, Robert |