Search found 2 matches

by mrdodge
Sun Dec 02, 2012 5:28 pm
Forum: Common Lisp
Topic: refined common lisp
Replies: 6
Views: 14330

Re: refined common lisp

Hi, A parallel initiative is Fare's library consolidation project, which is a significant part of what you are looking for. If there was a coherent core of libraries that actually worked reliably it certainly would make life easier ( how many testing frameworks are there? How many csv reading librar...
by mrdodge
Sun Jan 10, 2010 4:17 am
Forum: Emacs
Topic: Breakpoint for Emacs
Replies: 1
Views: 7261

Re: Breakpoint for Emacs

You can use edebug for this. instrument the function for debugging, set breakpoint on entry and then set a breakpoint where you need. bear in mind that if there are macros in the mix, debugging this way may not be as useful as you think.