|
|
|
|
|
by pjmlp
2185 days ago
|
|
Go tooling supports binary dependencies, where the only source provided by the packages is the documentation for go doc. It just looks like everything is source code when not taking the effort to read through all dependencies. It doesn't force companies at all, only those that are comfortable shipping source libraries end up adopting such languages. I used to work for a company that shipped encrypted Tcl source code and provided the necessary interpreter hooks to access the code in its encrypted form. |
|
Yes, and the others are left behind and don't get to participate in (and infect) the ecosystem. Sounds like a win to me.
> I used to work for a company that shipped encrypted Tcl source code and provided the necessary interpreter hooks to access the code in its encrypted form.
Surely.. if the interpreter can decrypt the code then so can the user? Minification and obfuscation are of course still possible, but the whole encryption thing seems pointless.