You can login if you already have an account or register by clicking the button below.
Registering is free and all you need is a username and password. We never ask you for your e-mail.
[+]Master_Foo0 points0 points0 points
ago
(edited ago)
[–]Master_Foo0 points
0 points
0 points
(+0|-0)
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.
view the rest of the comments →
[–] NarrativeControl ago
Yeah, if your time is worthless. Sounds like a true Linux user.
[–] 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.
[–] 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.