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: call-with-current-continuation



> Guile currently implements its error handling with exceptions; these
> are a very restrictive form of call/cc.  There is an explanation of
> this in the docs.  Basically, they're more efficient than call/cc.  

Are you talking speed efficient or memory efficient?

In the case of speed, I like speed but I don't care how fast the error
handling is because most of the time I'm not using errors. With error
handling the prime importance is reliability and then convenience.

In the case of memory, how much difference can there be?
What is this as a percentage of the other data structures in memory?

	- Tel