From owner-freebsd-hackers@FreeBSD.ORG Tue Aug 12 18:07:49 2014 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7665AEEC for ; Tue, 12 Aug 2014 18:07:49 +0000 (UTC) Received: from mail-qc0-x22f.google.com (mail-qc0-x22f.google.com [IPv6:2607:f8b0:400d:c01::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3C9E139B5 for ; Tue, 12 Aug 2014 18:07:49 +0000 (UTC) Received: by mail-qc0-f175.google.com with SMTP id w7so3157327qcr.6 for ; Tue, 12 Aug 2014 11:07:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=9CdFc5XvMU2ICY9dWyF5as+cjd+74hANGL/IigzleGA=; b=Qk3F7mxq8x+zHXJqWyYbG04NKhrPxU5HZpphYB4DGkLiIRTWLlcJiVwRbpPigmDglm S/eum2739BqLqgAD+kDn9lTd4oHwqWoGzX45s+ww3emdMWx+VHMifn67b+PEACwpFOCN csSWepZqDr3Bq87fn4OkQCbsJOrUX3v23DtvIwF+yBhhsfHrishetxVMJKqXAuXid9Ps oM3Ngx9nUrpi/kWo9frrLjQJnf8L8CMi9VdoQLUvcnCysG1k9eVhPREjIxHEWVtTkHbc CjyLfwn5UqHpmsgLsNkrkuDCckCg0WWSIRrhvXpvL+bDHVpwuxYmpLzYwkvucXsCK/fK byxA== MIME-Version: 1.0 X-Received: by 10.229.38.3 with SMTP id z3mr9233538qcd.17.1407866868358; Tue, 12 Aug 2014 11:07:48 -0700 (PDT) Received: by 10.140.94.42 with HTTP; Tue, 12 Aug 2014 11:07:48 -0700 (PDT) Date: Tue, 12 Aug 2014 15:07:48 -0300 Message-ID: Subject: The use of C language is avoided in FreeBSD development? From: =?UTF-8?Q?fran=C3=A7ai_s?= To: freebsd-hackers@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Aug 2014 18:07:49 -0000 The use of C language is avoided in FreeBSD development? I ask this because second Eric Raymond in 'How To Become A Hacker', actually, the more you can avoid programming in C the more productive you will be. reference:http://www.catb.org/~esr/faqs/hacker-howto.html