This is assuming that the system would be inherently trustworthy and trustable with no human oversight. I have a nagging suspicion that over time this system would still settle in a state where we have just as many…
There is no need to be defensive, I wasn't implying that you mustn't do it. You brought up scientific python specifically, but this tend to involve (in my experience) overwhelmingly native code with small amounts of…
The problem with your suggestion is that scientific/numeric python tends to rely very heavily on numpy/scipy/pandas, most of which are in turn written in C/Fortran/Cython. Meaning, you could only funnel the glue code to…
This is assuming that the system would be inherently trustworthy and trustable with no human oversight. I have a nagging suspicion that over time this system would still settle in a state where we have just as many…
There is no need to be defensive, I wasn't implying that you mustn't do it. You brought up scientific python specifically, but this tend to involve (in my experience) overwhelmingly native code with small amounts of…
The problem with your suggestion is that scientific/numeric python tends to rely very heavily on numpy/scipy/pandas, most of which are in turn written in C/Fortran/Cython. Meaning, you could only funnel the glue code to…