From owner-freebsd-hackers@FreeBSD.ORG Wed Sep 15 20:24:50 2010 Return-Path: Delivered-To: hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A305B1065672; Wed, 15 Sep 2010 20:24:50 +0000 (UTC) (envelope-from nox@jelal.kn-bremen.de) Received: from smtp.kn-bremen.de (gelbbaer.kn-bremen.de [78.46.108.116]) by mx1.freebsd.org (Postfix) with ESMTP id 62EC48FC15; Wed, 15 Sep 2010 20:24:50 +0000 (UTC) Received: by smtp.kn-bremen.de (Postfix, from userid 10) id 306C21E007A9; Wed, 15 Sep 2010 22:07:18 +0200 (CEST) Received: from triton8.kn-bremen.de (noident@localhost [127.0.0.1]) by triton8.kn-bremen.de (8.14.4/8.14.3) with ESMTP id o8FK6ZpK039590; Wed, 15 Sep 2010 22:06:35 +0200 (CEST) (envelope-from nox@triton8.kn-bremen.de) Received: (from nox@localhost) by triton8.kn-bremen.de (8.14.4/8.14.3/Submit) id o8FK6ZUR039589; Wed, 15 Sep 2010 22:06:35 +0200 (CEST) (envelope-from nox) From: Juergen Lock Date: Wed, 15 Sep 2010 22:06:34 +0200 To: hackers@freebsd.org Message-ID: <20100915200634.GA38314@triton8.kn-bremen.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) X-Mailman-Approved-At: Wed, 15 Sep 2010 20:41:01 +0000 Cc: Doug Rabson Subject: So I got "The D Programming Language" (and: threaded .xz compression) X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Sep 2010 20:24:50 -0000 (that's this book: http://amazon.com/exec/obidos/ASIN/0321635361/modecdesi-20 Author's homepage: http://erdani.com/ ) ...and finally played with the language a bit. I've posted some notes about getting dmd 2.048 running on FreeBSD (that's the D 2.0 compiler + runtime + phobos libs), debugging with gdb head and Doug Rabson's D-aware debugger ngdb [1], and my first (useful) hack, a threaded .xz compressor, here: http://www.digitalmars.com/webnews/newsgroups.php?art_group=digitalmars.D&article_id=117243 (more links in there; also read the followups...) [1] ngdb announce message: http://lists.freebsd.org/pipermail/freebsd-current/2009-August/011071.html Cheeers, Juergen