Re: Contribution to the D Programming Language

2012-08-19 Thread Michaël.Larouche
On Sunday, 19 August 2012 at 19:45:24 UTC, bearophile wrote: David: The awesome thing about D is, ... Possibilities are endless ... with the D programming language :) Bundled with D we also give ponies for free, approved by Celestia. Bye, bearophile And Pinkie Pie's cupcakes

Re: Preview LLVM Deimos bindings

2012-07-21 Thread Michaël.Larouche
On Friday, 20 July 2012 at 05:36:26 UTC, Jens Mueller wrote: Hi, I've written some Deimos interface for LLVM. https://github.com/jkm/deimos-llvm/commits/master I'd like to get some feedback on those. Firstly to finish these and secondly to finish some guidelines that I'd like to propose to be

Re: LLVM Kaleidoscope tutorial to D

2012-07-08 Thread Michaël.Larouche
On Sunday, 8 July 2012 at 14:32:19 UTC, Jens Mueller wrote: =?UTF-8?B?Ik1pY2hhw6ts?=.Larouche" "@puremagic.com wrote: Hey folks ! I ported the LLVM Kaleidoscope to D if anyone is interessed. https://github.com/mlarouche/llvm-d-tutorial Nice. I see that you converted LLVM's C interface to D.

LLVM Kaleidoscope tutorial to D

2012-07-08 Thread Michaël.Larouche
Hey folks ! I ported the LLVM Kaleidoscope to D if anyone is interessed. https://github.com/mlarouche/llvm-d-tutorial

Re: DMD + msvc

2012-06-18 Thread Michaël.Larouche
On Monday, 18 June 2012 at 17:51:39 UTC, Walter Bright wrote: On 6/17/2012 3:34 AM, Jacob Carlborg wrote: 1. DMD can only output OMF binaries 2. DMD cannot output 64bit code for Windows 3. DMD is not compatible with the MSVC linker or runtime I intend to fix all of those, at least for 64 bit

Re: dbuilder, pakage manager, dget

2012-05-26 Thread Michaël.Larouche
On Saturday, 26 May 2012 at 15:33:27 UTC, Jacob Carlborg wrote: On 2012-05-26 13:34, bioinfornatics wrote: Dear, dbuilder: https://github.com/dbuilder-developers/dbuilder currently dbuilder works on Linux, Apple, Windows platform (at least) this tool allow to us to build easily lib, or deskto

Re: Cool features of the D language

2012-05-12 Thread Michaël.Larouche
On Saturday, 12 May 2012 at 23:41:11 UTC, Walter Bright wrote: http://www.reddit.com/r/programming/comments/tk9i8/cool_features_of_the_d_language/ Thanks for linking my article :)

Re: What library functionality would you most like to see in D?

2012-05-10 Thread Michaël.Larouche
On Thursday, 10 May 2012 at 18:37:19 UTC, H. S. Teoh wrote: On Thu, May 10, 2012 at 10:49:08AM -0700, Sean Kelly wrote: On Jul 30, 2011, at 10:27 PM, Jonathan M Davis wrote: > I think that it would be useful to query the community for > what > piece of library functionality they don't currentl

Re: CTFE and DI: The Crossroads of D

2012-05-10 Thread Michaël.Larouche
On Thursday, 10 May 2012 at 12:56:00 UTC, Victor Vicente de Carvalho wrote: On Thursday, 10 May 2012 at 02:26:46 UTC, Nick Sabalausky wrote: "H. S. Teoh" wrote in message news:mailman.510.1336610145.24740.digitalmar...@puremagic.com... On Wed, May 09, 2012 at 08:06:24PM -0400, Nick Sabalausky

Re: Lack of open source shown as negative part of D on Dr. Dobbs

2012-05-09 Thread Michaël.Larouche
On Thursday, 10 May 2012 at 03:35:37 UTC, Jonathan M Davis wrote: On Wednesday, May 09, 2012 22:15:23 Andrei Alexandrescu wrote: On 5/9/12 3:51 PM, Jonathan M Davis wrote: > Yeah. The lack of open sourceness for the backend is pretty > much complete > FUD. The problem is, the damage is there a

Re: CTFE and DI: The Crossroads of D

2012-05-09 Thread Michaël.Larouche
On Thursday, 10 May 2012 at 02:59:22 UTC, Andrei Alexandrescu wrote: On 5/9/12 3:14 PM, Steven Schveighoffer wrote: On Wed, 09 May 2012 15:57:46 -0400, Adam D. Ruppe wrote: The real WTF is we use .di files for druntime in the first place. It is performance sensitive and open source. We shoul

Re: Lack of open source shown as negative part of D on Dr. Dobbs

2012-05-09 Thread Michaël.Larouche
On Thursday, 10 May 2012 at 00:28:43 UTC, Brad Roberts wrote: On Thu, 10 May 2012, Joseph Rushton Wakeling wrote: On 10/05/12 01:43, Brad Roberts wrote: > If you're using ldc or gdc, you should develop agains the > gdc/ldc provided > druntime and phobos too. No, that's a recipe for fragmenta

Re: Lack of open source shown as negative part of D on Dr. Dobbs

2012-05-09 Thread Michaël.Larouche
On Wednesday, 9 May 2012 at 06:12:33 UTC, Paulo Pinto wrote: Hi, Dr. Dobbs has a nice editorial article about the rise of new native languages and it mentions D. http://www.drdobbs.com/architecture-and-design/232901652?cid=DDJ_nl_upd_2012-05-08_h&elq=60a2e0ea244a4667b97377cecc50110f Unfortu