|
|
|
|
|
by lenkite
1204 days ago
|
|
"And NB, python also doesn't offer many of these features, such as dependency management and simple single-binary builds" Python has tools for both of these - including virtualenv in standard Python. Nuitka if you want native compilation to a single binary. Julia has none. |
|
Weird, since we ship natively compiled single binaries with Julia to customers all of the time using the standard open source tooling...