[plt-scheme] auxiliary macros

From: Matthias Felleisen (matthias at ccs.neu.edu)
Date: Fri Aug 3 11:17:19 EDT 2007

Yes do write up the experience. People can learn from your  
perspective at least as much as from ours.

If you don't mind, I'll blog our interaction on the PLT blog, too.



On Aug 3, 2007, at 11:14 AM, Vladimir Zlatanov wrote:

> Thanks a lot!
> ....
> (control resume-here
>              (set! name (lambda () (prompt (resume-here 'dummy))))
>              x)
> .....
> me is dummy! The amount of headache I could have missed....
>
> Anyway, I'll try to describe the lessons I've learnt on my blog. It  
> is an educational exercise.
> While I kind of understand the prompt/control interplay, it is a  
> bit hard reading to understand
> the differences with %/fcontrol, shift/reset, .... And I presume  
> the understanding is crucial, if
> I want to be able to use them effectively.
>



Posted on the users mailing list.