Replies: 3 comments 4 replies
-
I am not sure the context of tracing for Python reference count. Is it only for fun, or we want to resolve any issue? For your reference, I use the follow development environment for SOLVCON:
I suppose that the solution is mixed with all of the above items. Locally developing with containers alongside PyCharm on macOS or Ubuntu, and delegate github workflow to take care another OS. |
Beta Was this translation helpful? Give feedback.
-
As far as I know PyCharm is used for pure python project. For python/c++ mixed, I heard[1] Clion + its python plugin should work. Clion is also released by Jetbrains. If one has been PyCharm user, he/she should be familiar with UI of Clion. I expected VSCode should also work for c++/python project, but I did not try it. Besides, VSCode is also supporting to debug with a container, and VSCode now is cross-platform. |
Beta Was this translation helpful? Give feedback.
-
@j8xixo12 @yungyuc if our common consensus is
And this is the corresponding slide if you don't manage to find one. offtopic: Hmmm interesting. I have no idea that github discussion could be threaded (replied per messages). Neat! |
Beta Was this translation helpful? Give feedback.
-
Yesterday @j8xixo12 and I had a discussion about tracing for Python reference count. It occurred to me that it is non-intuitive for people working in the Python land to start tracing into such details of the interpreter implementation. I am wondering if it is a good idea to try to set up a common development / runtime environment for the code development related to solvcon (including https://github.com/yungyuc/turgon and other prototyping / research project). A starting point is to take https://github.com/yungyuc/hack into the solvcon and make improvements for common use (it's made as my personal environment).
If we go toward this direction, I think there might be some basic requirements:
Comments?
Beta Was this translation helpful? Give feedback.
All reactions