On Tue 30 Jun 2015 15:50, Josep Portella Florit <j...@primfilat.com> writes:
> This code crashes Guile 2.0.11: > > (define x (make-dynamic-state)) > (with-dynamic-state x (lambda () (/ 1 0))) Sad :/ Fixed in 2.2 though, finally. I don't really know how to fix it in 2.0 though. Marking as closed given that we will have a shiny new 2.2.0 soon. Andy