How Linux programmers create GUI application without using IDE?

Posted by CMW on Stack Overflow See other posts from Stack Overflow or by CMW
Published on 2010-05-15T17:45:59Z Indexed on 2010/05/15 17:54 UTC
Read the original article Hit count: 257

Filed under:
|
|
|
|

Hi,

I have read some comments in some forums saying that Linux programmers usually do not use any IDE. They prefer to use Vim and Emacs to do their programming.

If I'm not mistaken, Vim and Emacs are just text editors, similar to notepad, but with syntax highlighting.

I just want to know how Linux programmers create complicated GUI application without using any IDE.

Thanks.

© Stack Overflow or respective owner

Related posts about linux

Related posts about gui