Replies: 3 comments 1 reply
-
I fear this one might actually be useful… but hey, even a blind hen sometimes finds a grain of corn. |
Beta Was this translation helpful? Give feedback.
-
https://github.com/Ta180m/Idiot-Code-Golf/blob/main/channels/bashnels.sh Is it tested? only for the most basic of use-cases. |
Beta Was this translation helpful? Give feedback.
-
https://github.com/Ta180m/Idiot-Code-Golf/blob/main/channels/channels.cpp A "modern C++" solution by hacking together some C++ 17 and C++ 20 features such as |
Beta Was this translation helpful? Give feedback.
-
This one is a bit different:
We want a channel implementation at least similar to channels in Go. Unbuffered channels to be more precise.
A short rundown:
The solution being stable, secure, or sensible is not part of the problem.
Beta Was this translation helpful? Give feedback.
All reactions