|
|
|
|
|
by freecodyx
1232 days ago
|
|
Since most models require little code compared to big software projects, why not use c++ or any other compiled language directly.
Python with it’s magic functions, shortcuts is just hiding too much complexity which can result in bug performance issues. Plus code is more hard to maintain |
|
One counterpoint would be that verbosity, especially in the heavy syntax style of languages such as C++, distracts the reader and helps bugs hide in plain sight. For a silly example, imagine trying to read and verify the correctness of an academic paper from its uncompiled LaTeX source.