You are viewing a single comment's thread.

view the rest of the comments →

0
0

[–] NarrativeControl ago 

You don't need a fancy IDE to program something. A good ol' text editor will do fine.

Yeah, if your time is worthless. Sounds like a true Linux user.

0
0

[–] Master_Foo ago  (edited ago)

What exactly are you getting out of an IDE? All you need to do is write text. That's it. At most, get an editor that does syntax color coding. Gedit is pretty good. But even vi and nano can do syntax color coding. Alt-Tab into the terminal to compile or use Git. Pretty damn simple.

0
0

[–] NarrativeControl ago 

How do you set a breakpoint and get information about the running state of your interpreted code without using a separate app? Say, in Python.