On Mon, Aug 2, 2021 at 11:12 PM David Christensen <dpchrist@holgerdanske.com> wrote: > CSP is a proven model for concurrency. > > > AIUI CSP is the raison d'ĂȘtre of the Go programming language, which has > become the dominant concurrent programming language (and ahead of Perl > in general): > > https://www.tiobe.com/tiobe-index/ > > > This tutorial provides a taste of goroutines and channels: > > https://golangbot.com/channels/ > Yeah, that's the one :-) > How are your CSP channels implemented in Perl? > On top of ithreads, but without threads.pm > Have you thought ahead to distributed/ network programming? > I have thought about it, and decided it's well outside of scope for this project for now. LeonThread Previous | Thread Next