C++ Logo

std-proposals

Advanced search

Re: [std-proposals] Slow bulky integer types (128-bit)

From: Thiago Macieira <thiago_at_[hidden]>
Date: Fri, 31 Mar 2023 11:06:43 -0300
On Thursday, 30 March 2023 10:22:54 -03 Ville Voutilainen via Std-Proposals
wrote:
> Now you have *every* user depending on it, and for even more of them,
> the idea of having to recompile C code is completely foreign,
> when they program in python or whichever language that might not even
> use glue libraries to talk to C++ code, but will use the C library.

Exception: Go programs, because those are always statically linked and don't
depend on the C standard library. Notably, Go practically requires that
everything be Open Source, otherwise you can't compile it in the first place
and therefore couldn't have made the first use of it.

And which company came up with Go? Hint: the first two letters match.

-- 
Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org
   Software Architect - Intel DCAI Cloud Engineering

Received on 2023-03-31 14:06:48