Skip to content
This repository has been archived by the owner on Jan 27, 2021. It is now read-only.

Add call/cc support #9

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open

Add call/cc support #9

wants to merge 8 commits into from

Conversation

syeerzy
Copy link

@syeerzy syeerzy commented Apr 23, 2018

Add incomplete call/cc support . (support escape procedures only, continuation called outside dynamic extent not supported)

And add Continuation.cs
Add call/cc test
call/cc now supported
repace space with tab
@frankshearar
Copy link
Member

If you built this with the shift/reset control operators (i.e., as delimited continuations) you'd be able to trivially simulate call/cc by wrapping the entire process in a reset marker, and then also avoid all the bad things that come with call/cc.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants