From owner-freebsd-current@FreeBSD.ORG Fri Aug 28 22:27:24 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 174EE106564A for ; Fri, 28 Aug 2009 22:27:24 +0000 (UTC) (envelope-from julian@elischer.org) Received: from outT.internet-mail-service.net (outt.internet-mail-service.net [216.240.47.243]) by mx1.freebsd.org (Postfix) with ESMTP id F0F8E8FC0A for ; Fri, 28 Aug 2009 22:27:23 +0000 (UTC) Received: from idiom.com (mx0.idiom.com [216.240.32.160]) by out.internet-mail-service.net (Postfix) with ESMTP id E80BACF9F; Fri, 28 Aug 2009 15:27:23 -0700 (PDT) X-Client-Authorized: MaGic Cook1e X-Client-Authorized: MaGic Cook1e X-Client-Authorized: MaGic Cook1e Received: from julian-mac.elischer.org (home.elischer.org [216.240.48.38]) by idiom.com (Postfix) with ESMTP id 419E22D6010; Fri, 28 Aug 2009 15:27:23 -0700 (PDT) Message-ID: <4A9859CA.9080606@elischer.org> Date: Fri, 28 Aug 2009 15:27:22 -0700 From: Julian Elischer User-Agent: Thunderbird 2.0.0.23 (Macintosh/20090812) MIME-Version: 1.0 To: Doug Rabson References: <8819E53E-9F96-43E2-B7F5-F5393F5AE126@rabson.org> <1F28170B-BA01-4988-8BB8-9875B9D00DD5@rabson.org> In-Reply-To: <1F28170B-BA01-4988-8BB8-9875B9D00DD5@rabson.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Julien Laffaye , FreeBSD Current Subject: Re: New BSD licensed debugger X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Aug 2009 22:27:24 -0000 Doug Rabson wrote: > > On 28 Aug 2009, at 21:34, Julien Laffaye wrote: > >> Hi, >> >> On Fri, Aug 28, 2009 at 9:23 PM, Doug Rabson wrote: >>> Personally, I use LDC >>> which is a D front end to LLVM but that doesn't build out-of-the box >>> (I have >>> a private hacked version of LDC and some associated libraries). >> >> Can you put the patchs somewhere ? Im also interested in >> compiling/using LDC on FreeBSD. >> Have you considered to submit them upstream? > > I will certainly submit patches to the LDC guys in due course. This > really is my preferred compiler - its free, open source and actively > maintained. Having said that DMD will work for anyone that just wants to > play with the debugger. > >> Your debugger looks promising, I'll test it when I can use a decent D >> compiler (LDC) > > D support in the debugger is fair - I have good support for D dynamic > arrays and some for associative arrays. > > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" so can one link 'D' stuff easily with current C code? I'm guessing yes but I've learned to not take things for granted. For example can one link with the X libs or qt or whatever to do graphical stuff?