|
|
|
|
|
by simula67
991 days ago
|
|
It is also possible to do most of that with Python in Pycharm (except maybe jump behind?). This is why going from Python to Go can feel like going backward. IMO, even compiled languages should have an "interpreted mode" for development. Once the development is complete, the code can still be compiled to get the benefits of runtime performance. |
|