On 8/2/21 7:20 PM, Yuki Kimoto wrote: > 2021-8-3 6:12 David Christensen <dpchrist@holgerdanske.com> wrote: >> CSP is a proven model for concurrency. > Generally Speaking, about concurrency like goroutines and channels, it's > difficult if it isn't designed from the beginning of the language. > > If you want to implement it, see SPVM at once. SPVM is yet before version > 1.0. > > https://metacpan.org/pod/SPVM > > You can also try out experiments on concurrency implementation on SPVM. Static Perl Virtual Machine: https://yuki-kimoto.github.io/spvmdoc-public/ That looks like you have invested a lot of effort. At a glance, SPVM looks like an alternative to Perl XS (?). Does SPVM support concurrency in any form(s)? DavidThread Previous | Thread Next