CSP style asynchronous programming in Scheme (CHICKEN) -


is there egg or library allow me write csp style programs in scheme? csp style mean what's implemented in go (go/channel/select) or clojure's core.async.

chicken scheme has channel egg try out.

$ chicken-install -s channel 

Comments

Popular posts from this blog

javascript - how to protect a flash video from refresh? -

android - Associate same looper with different threads -

visual studio 2010 - Connect to informix database windows form application -