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

Investigate possible concurrency strategies #6

Open
toroidal-code opened this issue Nov 28, 2013 · 2 comments
Open

Investigate possible concurrency strategies #6

toroidal-code opened this issue Nov 28, 2013 · 2 comments

Comments

@toroidal-code
Copy link
Member

Look into methods for implementing simple concurrency.

Ideas:
STM (Software Transactional Memory. e.g. Clojure)

@weswigham
Copy link
Contributor

Coroutines are simple 'cooperative concurrency'; but I image you imply managed concurrency, such as system threads.

@toroidal-code
Copy link
Member Author

Yes. More like execution threads than coroutines. I'm looking at Go, but it's fairly complex with the usage of channels and goroutines, while Clojure uses a very clean, understandable system that could be easily adapted into our syntax definition.

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

2 participants