This is the mail archive of the guile@sources.redhat.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: How often are continuations created?


Marius Vollmer <mvo@zagadka.ping.de> writes:

> Backtracking algorithms might have to suffer, tho...

Well, you can always cheat with delay/force or explicit CPS. Both give
you somewhat more complex code, but... The only problem is that you
can't easily encapsulate backtracking (Prolog style) - at least not
without macroifying it.

-- 
How to eff the ineffable?

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