Thanks, Francesco. I'll definitely take a look at those resources.
Nathan Davis
On Tuesday, September 22, 2015 at 4:31:07 PM UTC-5, Francesco Bellomi wrote:
>
> Thanks for taking the time to write such a detailed answer, I really
> appreciated it.
>
> Delimited continuations are useful since th
Thanks for taking the time to write such a detailed answer, I really
appreciated it.
Delimited continuations are useful since they return a value, and thus may
be reused and composed, and used to build complex control mechanisms.
In my opinion the coolest use of delimited continuations are Effect
On Tuesday, September 22, 2015 at 6:37:13 AM UTC-5, Francesco Bellomi wrote:
>
> Hi Nathan,
>
> I think it's an awesome project, thanks for sharing this.
>
>
Thanks. I appreciate the feedback.
> I see that currently only full continuations are supported. Would it be
> possible/feasible/easy to
Hi Nathan,
I think it's an awesome project, thanks for sharing this.
I see that currently only full continuations are supported. Would it be
possible/feasible/easy to support delimited continuations? (ie. with ranges
different from the outermost CPS context)
Also, it would be interesting to ha