From: Michel T. <ta...@lp...> - 2017-09-08 08:28:32
|
Le 07/09/2017 à 17:36, Rocky Bernstein a écrit : > I started looking at dbl.el, sshell.el and so on with an eye to > integrating it into realgud <https://github.com/realgud/realgud> The > copyright in the files hasn't changed from 1998 and is maintained by > William F. Schelter who unfortunately has passed on. > One obvious problem is that dbl.el works only with gcl for underlying lisp, but maxima works with a whole array of lisps, notably sbcl and clisp are particularly popular, while gcl is maybe less used. Moreover as long as one falls on a lisp error (not a maxima error) there are good tools for debugging such as slime. If one is speaking of a maxima debugger it should be lisp agnostic. -- Michel Talon |