This is the mail archive of the guile@cygnus.com mailing list for the guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: performance


Harvey J. Stein writes:

 > It seems to me that you're basically arguing that debugging should be
 > substantially more configurable than it currently is.  Maybe it should
 > just be off by default but turned on when entering an interactive repl
 > loop?  Maybe all code in /usr/share/guile should have some sort of
 > (load-this-with-debugging-turned-off) at the top?

this seems like a natural boundary (interactive => debug on, otherwise
off), and fits well with stated plans to factor out the repl.

thi