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.
[+]Master_Foo0 points0 points0 points
ago
(edited ago)
[–]Master_Foo0 points
0 points
0 points
(+0|-0)
ago
(edited ago)
I don't know about python specifically. But if you are debugging C just use gdb That's what gdb is for.
without using a separate app?
OK, how do you fry and egg and wipe your ass in an IDE without using a separate app? You don't need one giant monolithic app to write code and send your children to bed dude. Just use the specific app you need when you need it. Hell, you can even execute commands from within vi if you can't be bothered to learn how to Alt-Tab.
view the rest of the comments →
[–] 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.
[–] Master_Foo ago (edited ago)
I don't know about python specifically. But if you are debugging C just use gdb That's what gdb is for.
OK, how do you fry and egg and wipe your ass in an IDE without using a separate app? You don't need one giant monolithic app to write code and send your children to bed dude. Just use the specific app you need when you need it. Hell, you can even execute commands from within vi if you can't be bothered to learn how to Alt-Tab.