|
|
|
|
|
by viraptor
4104 days ago
|
|
> ecosystem that doesn't rely on C libraries If something is compiled to native code, what's the point of writing a library that's not just a binding? In python it makes sense, because you get the pure-python installation of your app - it doesn't depend on the OS, python versions, etc. But once you're going to compile your app for a target platform... what's the point of not relying on C libraries? |
|