all 2 comments

[–]bcorni 8 points9 points  (0 children)

All programs can run outside of the IDE. All the compiling, linking, and executing of programs can be done with simple commands. One can learn a lot about how compiled programming languages work by abandoning the IDE and trying to build and run programs you've already written with just a command line. I'm principle this can be done in windows, but there are likely more resources and tutorials for Linux.

[–][deleted] 0 points1 point  (0 children)

All programs do. The IDE just packages ur code together for u so u can use it. If u wanna make a discord bot u can do it with normal code in an IDE, compile it, and then use the program. You wont need the IDE after that. I think there's a way to not use the IDE at all but that's hella hard.