From: Richard F. <fa...@gm...> - 2022-09-07 18:46:58
|
f(x):= x+5; :lisp (meval '(($f) 4)) returns 9 On Wed, Sep 7, 2022 at 11:17 AM Thomas Baruchel <bar...@gm...> wrote: > Hi, > > I wrote large parts of my scripts in Lisp, calling Maxima functions from > within the Lisp code. Knowing the $ naming convention, it is easy to call > Maxima functions, but I can't manage to call a user-defined function, even > by adding the $-sign in front of the name. > > How can I do this? > > Best regards, > > -- > Thomas Baruchel > > > _______________________________________________ > Maxima-discuss mailing list > Max...@li... > https://lists.sourceforge.net/lists/listinfo/maxima-discuss > |