Here is a general situation for me: I have a code idea in my head (in this example, this is in Python), so I open PyScripter, write the code, and then just run it. PyScripter does not ask me to save the code in advance, and after a few seconds I gladly looked at the results of my ego.
Now I understand that C is a compiled language, and the code must be saved in advance, et cetera, etc., but I was wondering if there is such an IDE that will allow you to simply enjoy your code without having many saved files or folders named "test1.*"
, "test2.*"
, etc.
One of the ways, I think, can be done, since the IDE will manage all the project files in a temporary folder, up to (and if at all ...) the user clicks "save / save as"; then it will actually save the files in the right place. Therefore, in most cases, when the user just wants to write code and see its output, the IDE will not bother the user with save requests.
I would be very happy if someone could recommend such IDEs to me (if they exist at all). Thanks a lot in advance =]
Edit: @Michael Burr Yes, the intention is not to really come up with file names in the first place.
Py42 source share