@n0toose don't assume but ask @senficon@ohai.social / @senficon@chaos.social himself.
Also with all programming languagues there are only very finite ways to do certain things reasonably efficient and fast whilst retaining readability.
Thus statistical analysis will inevitably result in large sections to be identical as they can't be reasonably different unless done for the sake of being done differently.
@n0toose @senficon@ohai.social @senficon@chaos.social for example, of you want to download a file or query an API in a portable way on a "Standard-Compliant" Linux distro, you'd basically only have curl & wget available.
APIs and ABIs do normalize and restrict how a program can be integrated.
And System Architectures do further restrict this.