You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Look into methods for implementing simple concurrency.
Ideas:
STM (Software Transactional Memory. e.g. Clojure)
The text was updated successfully, but these errors were encountered: