8 of the Best Free Linux Compilers
Aug 04, 2009, 21:02 (7 Talkback[s])
[ Thanks to LinuxLinks for this link.
]
"Many coders learn to code using a text editor but in
time they move towards using an Integrated Development Environment
(IDE) as this type of software application makes the art of coding
quicker and more efficient. For example, IDEs have semantic
knowledge of the programming language which highlights coding
problems while typing. Compiling is 'on the fly' and debugging is
integrated. Our article titled 9 of the Best Free Linux Integrated
Development Environments selects the best Linux IDEs.
"The GNU Compiler Collection (which includes C, C++,
Objective-C, Fortran, and Ada compilers) is one of the most
important tools for the creation of free software, and naturally
takes pride of place in this article. However, Linux has a diverse
range of other compilers available, many of which are released
under freely distributable licenses.
"Two compilers which could not be included in this article as
they are closed source are Intel C++ Compiler PE, and Intel Fortran
Compiler PE. These free to download applications are both excellent
compilers, producing highly optimised object code, offer rapid
development and high performance."
Complete Story
Related Stories:
- A First Look at Python Classes(Jul 29, 2009)
- Debugging and profiling your C/C++ programs using Free Software(May 19, 2009)
- GCC 4.4 improves open source compiler with Graphite(Apr 29, 2009)
- Cross compilers, the new wave(Apr 15, 2009)
- The A-Z of Programming Languages: Bourne shell, or sh(Mar 05, 2009)
- Book Review: C Programming: A Modern Approach by K. N. King(Nov 20, 2008)
- GCC 4.2.4, Bug Fix Release(May 23, 2008)
- GCC 4.2.2 Released(Oct 10, 2007)
- New GCC 4.2.0--Boon to Developers, Bore to Distros(May 21, 2007)