From: Timothy J. H. <ti...@cs...> - 2003-12-16 20:22:18
|
Nice! We might want to build a little GUI that provides graphical access to some of the elf/describe features. You've got quite a bit of a Jscheme IDE already built! On Tuesday, December 16, 2003, at 03:05 PM, Ken Anderson wrote: > I've just added a whocalls capability to help me refactor some code. > Here's how to use it: > >> (load "elf/basic.scm") > #t >> (buildWhoCallsTable) ;; Build the whocalls database > #f >> (whoCalls '+) > (entropy array run-tests count class-name-name dotimes generic-write > quasiquote needs-quoting? inspect-array-data) >> (whoCalls 'needs-quoting?) > (maybe-quote-value needs-quoting?) >> (length (whoCalls 'car)) > 26 > > > > ------------------------------------------------------- > This SF.net email is sponsored by: IBM Linux Tutorials. > Become an expert in LINUX or just sharpen your skills. Sign up for > IBM's > Free Linux Tutorials. Learn everything from the bash shell to sys > admin. > Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click > _______________________________________________ > Jscheme-user mailing list > Jsc...@li... > https://lists.sourceforge.net/lists/listinfo/jscheme-user |