How can I improve confidential error messages?

I chatted a bit. This is a little perplexing that it does not print the line number in which the error is located. Or at least a general hint of where the error is. In some cases this should be possible, right? Is there a way to improve error messages?

+2
source share
2 answers

As with most of the questions I see involving clisp, the answer is probably “not using clisp”.

As you know, clisp is just one of many implementations of Common Lisp, and probably not one of the most popular. SBCL, Clozure, Allegro, and LispWorks are probably the best choice for most tasks.

edit:

, SLIME emacs . clisp ( ) SLIME.

0

, Lisp , , " " .

, Lisp , , SLIME. , , , , , .

0

All Articles