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
Post a Comment