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

Interface for Subprocess #2

Open
btomtom5 opened this issue May 6, 2017 · 0 comments
Open

Interface for Subprocess #2

btomtom5 opened this issue May 6, 2017 · 0 comments

Comments

@btomtom5
Copy link
Owner

btomtom5 commented May 6, 2017

MIT-scheme's exposed subprocess procedures are too generic for a use. An abstraction built on top of the exposed subprocess procedures to allow us to easily run user code concurrently would be helpful. Possible interface below:
'''
(create-task expression environment)
(run task call-cc)
'''
create two functions 'create-task' and 'run-task'

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

No branches or pull requests

1 participant