guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: dynamic-wind


From: Marko Rauhamaa
Subject: Re: dynamic-wind
Date: Sun, 09 Jul 2017 00:34:13 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux)

Amirouche Boubekki <address@hidden>:

> I consider dynamic-wind an advanced concept not required for usual
> hacking.

Hm. Python's try/finally has several uses in virtually every program.

Trouble is, Scheme's continuations make it impossible to know when
something is really final. In fact, implementing coroutines and
cooperative multitasking using continuations almost guarantee a repeated
back-and-forth through dynamic-wind.

I strongly suspect Scheme's continuations are more trouble than they are
worth.


Marko



reply via email to

[Prev in Thread] Current Thread [Next in Thread]