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

c# - HttpResponseMessage System.InvalidOperationException -

sql - Postgresql error: "failed to find conversion function from unknown to text" -