dumblob
dumblob
Well, actually the underlying library Python uses for Decimal is `mpdecimal` and has only about 2x longer computational times in expressions than using native binary floats (`double`s in C terms)...
If the plumbing of tubes, ehm streams, is going to be explicit and support both compile-time plumbing (i.e. streams known in compile-time) and runtime plumbing (i.e. streams created at wish...
Btw. speaking of "streams and processes shall hang out more together" I'd refer you to my analysis and "vision" I described in (a very long) thread https://github.com/vlang/v/issues/1868 . TL;DR each...
> `cat` would consume in order, `zip` would always wait until there is a matching on the right side (probably, IDK) and `fan_out` would just consume from whoever has available...
> 1. "I want to add to the same muxer (i.e. to the running | pipe) a third reader which reads yet another file. How will I do it?" -...
Btw. I'm playing with the idea of cutting down on "live variables" functionality and going for a simple **built-in** signal-slot mechanism (simple especially syntactically) working across os-level thread boundaries. I...
https://github.com/zombiezen/go-capnproto2
>Regarding the precision problem, it is a problem that we inherit from the number system defined in V. I believe there is still room for improvement - the language didn't...
> In the short term I will be dealing with this issue in VSL so I would really appreciate reviews from you in future PRs in vsl and vnum I'll...
I'd leave this open as the issue is still valid. Or am I missing something?