How can I improve clisp error messages?
问题 I have been dabbling a little with clisp. It is a little perplexing that it doesn't print out the line number an error is at. Or, at least a general hint where the error is located. In some cases that must be possible, right? Is there any way I can get better error messages? 回答1: As in most questions I see involving clisp, the answer is probably "don't use clisp". As you might be aware, clisp is but one of many implementations of Common Lisp, and probably not one of the more popular ones.