From owner-svn-doc-all@FreeBSD.ORG Sun Feb 17 19:30:26 2013 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 4E10FB02; Sun, 17 Feb 2013 19:30:26 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 400BF3A4; Sun, 17 Feb 2013 19:30:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r1HJUQH0045948; Sun, 17 Feb 2013 19:30:26 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r1HJUQOY045947; Sun, 17 Feb 2013 19:30:26 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201302171930.r1HJUQOY045947@svn.freebsd.org> From: Eitan Adler Date: Sun, 17 Feb 2013 19:30:26 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r41002 - head/en_US.ISO8859-1/books/developers-handbook/tools X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Feb 2013 19:30:26 -0000 Author: eadler Date: Sun Feb 17 19:30:25 2013 New Revision: 41002 URL: http://svnweb.freebsd.org/changeset/doc/41002 Log: Remove sentences disparaging compiled languages. There's no reason to scare people off from compiled languages. Discussed with: db Discussed with: swills Approved by: bcr (mentor) Modified: head/en_US.ISO8859-1/books/developers-handbook/tools/chapter.xml Modified: head/en_US.ISO8859-1/books/developers-handbook/tools/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/developers-handbook/tools/chapter.xml Sun Feb 17 19:30:15 2013 (r41001) +++ head/en_US.ISO8859-1/books/developers-handbook/tools/chapter.xml Sun Feb 17 19:30:25 2013 (r41002) @@ -320,16 +320,6 @@ can just give them a copy of the executable, assuming they have the same operating system as you. - Compiled languages include Pascal, C and C++. C and C++ - are rather unforgiving languages, and best suited to more - experienced programmers; Pascal, on the other hand, was - designed as an educational language, and is quite a good - language to start with. FreeBSD does not include Pascal - support in the base system, but - the Free Pascal Compiler is - available in the Ports Collection as - lang/fpc. - As the edit-compile-run-debug cycle is rather tedious when using separate programs, many commercial compiler makers have produced Integrated Development Environments @@ -340,8 +330,6 @@ Emacs as an IDE is discussed in . - -