Python and C, looking for a C IDE

Ville Vainio ville at spammers.com
Tue Aug 24 15:20:16 EDT 2004


>>>>> "Michael" == Michael Foord <fuzzyman at gmail.com> writes:

    Michael> That aside - Pyrex looks the kiddie. Can anyone reccomend
    Michael> a reasonable C IDE ? An 'IDE' would be nice, but an
    Michael> editor might be sufficient.

IDE isn't really necessary for C - OO/modular languages like Java/C++
benefit more from IDEs. You might do better by just picking an editor
(e.g. something like Emacs or Jed) and putting the compilation
commands in a python script (or a bat file), or learn make.

Then again, there is Eclipse, the IDE to end all IDEs. It supports
C/C++ too.

-- 
Ville Vainio   http://tinyurl.com/2prnb



More information about the Python-list mailing list