From owner-freebsd-questions@FreeBSD.ORG Mon Mar 12 10:07:01 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C522A16A404 for ; Mon, 12 Mar 2007 10:07:01 +0000 (UTC) (envelope-from wojtek@tensor.gdynia.pl) Received: from chylonia.3miasto.net (chylonia.3miasto.net [83.12.228.78]) by mx1.freebsd.org (Postfix) with ESMTP id 2FF0013C4AE for ; Mon, 12 Mar 2007 10:07:00 +0000 (UTC) (envelope-from wojtek@tensor.gdynia.pl) Received: from chylonia.3miasto.net (localhost [127.0.0.1]) by chylonia.3miasto.net (8.13.8/8.13.4) with ESMTP id l2CA6csm044078; Mon, 12 Mar 2007 11:06:38 +0100 (CET) (envelope-from wojtek@tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by chylonia.3miasto.net (8.13.8/8.13.4/Submit) with ESMTP id l2CA6b7s044075; Mon, 12 Mar 2007 11:06:37 +0100 (CET) (envelope-from wojtek@tensor.gdynia.pl) X-Authentication-Warning: chylonia.3miasto.net: wojtek owned process doing -bs Date: Mon, 12 Mar 2007 11:06:37 +0100 (CET) From: Wojciech Puchar X-X-Sender: wojtek@chylonia.3miasto.net To: Giorgos Keramidas In-Reply-To: <20070311234900.GB60396@kobe.laptop> Message-ID: <20070312110522.O43617@chylonia.3miasto.net> References: <6faf55220703110951g63c92218p1b3865be3999047e@mail.gmail.com> <20070311234900.GB60396@kobe.laptop> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: Susanth K , freebsd-questions@freebsd.org Subject: Re: The FreeBSD's Implementation Language X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Mar 2007 10:07:01 -0000 > > Sort of. Great parts of FreeBSD, in fact the vast majority of > the source code, is written in C. But it is not *completely* > written in C. groff is in C++ AFAIK, lots of shell or perl code to support compiling, some assembly, adaptec microcode assembler etc.