Linux is an operating system that is comprised
of many different development languages. A very large percentage of the
distributions' code is written in either the C (52.86%) or C++ (25.56%)
languages. All of the rest of the code falls into single-digit percentages,
with Java, Perl, and Lisp rounding out the rest of the top 5 languages.
The Linux kernel itself has an even more
dominant C presence, with over 95 percent of the kernel's code written in that
language. But other languages make up the kernel as well, making it more
heterogenous than other operating systems.
The kernel community has evolved its own
distinct ways of operating which allow it to function smoothly (and produce a
high-quality product) in an environment where thousands of lines of code are
being changed every day. This means the Linux kernel development process
differs greatly from proprietary development methods.
The kernel's development process may come
across as strange and intimidating to new developers, but there are good reasons
and solid experience behind it. A developer who does not understand the kernel
community's ways (or, worse, who tries to flout or circumvent them) will have a
frustrating experience in store. The development community, while being helpful
to those who are trying to learn, has little time for those who will not listen
or who do not care about the development process.
While many Linux developers still use
text-based tools such as Emacs or Vim to develop their code, Eclipse, Anjuta,
and Netbeans all provide more robust integrated development environments for
Linux.
0 comments:
Post a Comment