Using the circuit one is able to write complex distributed applications — involving multiple types of collaborating processes — within a single circuit program. The circuit language used therein is syntactically identical to Go while also:
Providing facilities for spawning goroutines on remote hardware, and
Treating local and remote goroutines in the same manner, both syntactically and semantically.
This is really interesting. You can even share Go channels.
http://gocircuit-org.appspot.com/
No comments:
Post a Comment