Re: [racket-users] Racket channels and CSP

2018-12-04 Thread Robby Findler
They are inspired by CML which is inspired by other things. You might want to read http://www.cs.utah.edu/plt/kill-safe/ and then follow references for the history of the development of the ideas that went into this particular corner of Racket. Robby On Tue, Dec 4, 2018 at 4:54 PM Anthony Qui

[racket-users] Racket channels and CSP

2018-12-04 Thread Anthony Quizon
Hello, Do Racket channels correspond directly to Communicating Sequential Processes? Are they some sort of variant? Or, are they more just inspired by them? I'm new to channels and wanted to clarify this as theres no direct references to C