I've been reading the GNU Emacs Calculator manual in search of directions for how to programmatically call the existing functions in a lisp program.
I've examined the section called 'Programming', but it seems to be more related to extending the calculator, rather than programming using the calculator. There is a section called 'Calling Calc from your Lisp Programs' which talks about a calc-eval
function available to programmers, but so far, I have not been able to call that function in SBCL.
It seems that it is possible to call the calculator functions programmatically from Emacs Lisp, but I'd be curious to know if there is similar functionality in SBCL too.