|
|
|
|
|
by ric2b
1822 days ago
|
|
What language lets you ship scripts that use features of version X and also works on versions <X? Docker tends to be the easy solution for all this stuff, and it's language agnostic. > Doesn't work very well unless you also start to ship the interpreter and all its dependencies. That basically applies to everything that isn't a statically linked binary. |
|
https://developers.redhat.com/blog/2019/08/01/how-the-gnu-c-...