diff options
-rw-r--r-- | en_US.ISO8859-1/books/developers-handbook/tools/chapter.sgml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/en_US.ISO8859-1/books/developers-handbook/tools/chapter.sgml b/en_US.ISO8859-1/books/developers-handbook/tools/chapter.sgml index 09e32a0ab4..c1d662fd35 100644 --- a/en_US.ISO8859-1/books/developers-handbook/tools/chapter.sgml +++ b/en_US.ISO8859-1/books/developers-handbook/tools/chapter.sgml @@ -35,11 +35,13 @@ <sect1 id="tools-intro"><title>Introduction</title> <para>FreeBSD offers an excellent development environment. - Compilers for C, C++, and Fortran and an assembler come with the - basic system, not to mention a Perl interpreter and classic &unix; + Compilers for C and C++ and an assembler come with the + basic system, not to mention classic &unix; tools such as <command>sed</command> and <command>awk</command>. If that is not enough, there are many more compilers and - interpreters in the Ports collection. FreeBSD is very + interpreters in the Ports collection. The following section, + <link linkend="tools-programming">Introduction to Programming</link>, + lists some of the available options. FreeBSD is very compatible with standards such as <acronym>&posix;</acronym> and <acronym>ANSI</acronym> C, as well with its own BSD heritage, so it is possible to write applications that will compile and run |