Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rewrite evaluator in continuation-passing style and add I/O #1

Open
catseye opened this issue Aug 28, 2012 · 0 comments
Open

Rewrite evaluator in continuation-passing style and add I/O #1

catseye opened this issue Aug 28, 2012 · 0 comments

Comments

@catseye
Copy link
Collaborator

catseye commented Aug 28, 2012

This should permit us to add I/O while only making a handful of functions monadic. (Basically the "trampoline" would be monadic and would do I/O on behalf of the continuations it executes.) This seems marginally cleaner than making the entire evaluator monadic. But experiment and see.

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

No branches or pull requests

0 participants