in reply to Re: Is this a way to Go Perl #1
in thread Is this a way to Go Perl #1

«…relying on a global variable on the Go side…»

Sure. But everything has it’s price. What if we use MCE and MCE::Shared? The shared variable where we write the output to is a global - less or more and however we set it’s scope. And regardless if we fork or spawn some threads: We rely on a global. If I’m not totally wrong 😑

«The Crux of the Biscuit is the Apostrophe»