|
|
|
|
|
by sitkack
635 days ago
|
|
For projects using GraalPy, I'd wager that most would vendor all their dependencies at the start of the project and upgrade along the way. I have shipped a couple products with Jython, and very little 3rd party code was used and almost none of the standard library, it was all driving Java from the same project. So it does have to do with scale but in the opposite direction. Big long projects will want to adopt something like GraalPy because of how long the project will take. |
|