Re: Facebook is using D in production starting today

2014-12-27 Thread Andrei Alexandrescu via Digitalmars-d-announce
On 12/18/14 1:18 AM, Rune Christensen wrote: On Monday, 18 November 2013 at 17:23:25 UTC, Andrei Alexandrescu wrote: On 11/18/13 6:03 AM, Gary Willoughby wrote: On Friday, 11 October 2013 at 00:36:12 UTC, Andrei Alexandrescu wrote: In all likelihood we'll follow up with a blog post describing

Re: DlangUI project update

2014-12-27 Thread Jack via Digitalmars-d-announce
On Sunday, 28 December 2014 at 06:13:48 UTC, Vadim Lopatin wrote: On Sunday, 28 December 2014 at 02:31:56 UTC, Jack wrote: Sorry it took so long, installing dub-git took so long with my net speed. Runnung dub run dlangui:tetris got me this error code: http://dpaste.dzfl.pl/0cf2b2476a85 I think

Re: DlangUI project update

2014-12-27 Thread Vadim Lopatin via Digitalmars-d-announce
On Sunday, 28 December 2014 at 02:31:56 UTC, Jack wrote: Sorry it took so long, installing dub-git took so long with my net speed. Runnung dub run dlangui:tetris got me this error code: http://dpaste.dzfl.pl/0cf2b2476a85 I think the hello world mentioned in the error is the one inside the dlang

Re: DlangUI project update

2014-12-27 Thread Jack via Digitalmars-d-announce
On Saturday, 27 December 2014 at 06:04:19 UTC, Vadim Lopatin wrote: On Saturday, 27 December 2014 at 02:48:28 UTC, Jack wrote: On Friday, 26 December 2014 at 12:33:04 UTC, Vadim Lopatin wrote: Hello! DlangUI project is alive and under active development. https://github.com/buggins/dlangui G

Re: [OT?] C compiler written form scratch in D

2014-12-27 Thread Andrei Alexandrescu via Digitalmars-d-announce
On 12/7/14 11:13 AM, Stefan Koch wrote: Hello, I'd like to announce that I am going to be writing a C-compiler in D. Without flex or bison or anything like that. Just pure handwritten D. I will shoot videos of my progress, and I will explain how a compiler really works. If you think that is lik

Re: D is one if Wired's 10 Most Hardcore Tech Stories of 2014

2014-12-27 Thread Rikki Cattermole via Digitalmars-d-announce
On 28/12/2014 7:45 a.m., Walter Bright wrote: On 12/27/2014 7:36 AM, Laeeth Isharc wrote: On Saturday, 27 December 2014 at 11:15:11 UTC, Walter Bright wrote: On 12/26/2014 10:25 PM, Walter Bright wrote: http://www.wired.com/2014/12/wired-enterprise-year/ https://www.reddit.com/r/programming/

Re: D is one if Wired's 10 Most Hardcore Tech Stories of 2014

2014-12-27 Thread Andrei Alexandrescu via Digitalmars-d-announce
On 12/26/14 10:25 PM, Walter Bright wrote: http://www.wired.com/2014/12/wired-enterprise-year/ Made it on reddit: http://www.reddit.com/r/programming/comments/2qioj8/dlang_story_makes_wireds_10_most_hardcore_tech/ -- Andrei

Re: D is one if Wired's 10 Most Hardcore Tech Stories of 2014

2014-12-27 Thread Walter Bright via Digitalmars-d-announce
On 12/27/2014 7:36 AM, Laeeth Isharc wrote: On Saturday, 27 December 2014 at 11:15:11 UTC, Walter Bright wrote: On 12/26/2014 10:25 PM, Walter Bright wrote: http://www.wired.com/2014/12/wired-enterprise-year/ https://www.reddit.com/r/programming/comments/2qioj8/dlang_story_makes_wireds_10_mos

Re: D is one if Wired's 10 Most Hardcore Tech Stories of 2014

2014-12-27 Thread Andrej Mitrovic via Digitalmars-d-announce
On 12/27/14, Walter Bright via Digitalmars-d-announce wrote: > http://www.wired.com/2014/12/wired-enterprise-year/ > Great stuff. Here's to hoping that 2015 becomes a landmark year for D!

Re: dco can work for 64 bit,and base on D2.067b1:code.dlang.org

2014-12-27 Thread FrankLike via Digitalmars-d-announce
On Monday, 22 December 2014 at 11:41:16 UTC, FrankLike wrote: dco is a build tool,and very easy to use,it can build dfl64.lib ,dgui.lib or other your projects,it can auto copy dfl.lib to the dmd2\windows\lib or lib64. After you work on the dfl2,use the build.bat,you will feel it's very easy to

Re: dco can work for 64 bit,and base on D2.067b1:code.dlang.org

2014-12-27 Thread FrankLike via Digitalmars-d-announce
On Monday, 22 December 2014 at 11:41:16 UTC, FrankLike wrote: dco is a build tool,and very easy to use,it can build dfl64.lib ,dgui.lib or other your projects,it can auto copy dfl.lib to the dmd2\windows\lib or lib64. After you work on the dfl2,use the build.bat,you will feel it's very easy to

Re: D is one if Wired's 10 Most Hardcore Tech Stories of 2014

2014-12-27 Thread Laeeth Isharc via Digitalmars-d-announce
On Saturday, 27 December 2014 at 11:15:11 UTC, Walter Bright wrote: On 12/26/2014 10:25 PM, Walter Bright wrote: http://www.wired.com/2014/12/wired-enterprise-year/ https://www.reddit.com/r/programming/comments/2qioj8/dlang_story_makes_wireds_10_most_hardcore_tech/ Congratulations, Walter.

Re: D is one if Wired's 10 Most Hardcore Tech Stories of 2014

2014-12-27 Thread Walter Bright via Digitalmars-d-announce
On 12/26/2014 10:25 PM, Walter Bright wrote: http://www.wired.com/2014/12/wired-enterprise-year/ https://www.reddit.com/r/programming/comments/2qioj8/dlang_story_makes_wireds_10_most_hardcore_tech/

Re: GCCJIT Bindings for D

2014-12-27 Thread bearophile via Digitalmars-d-announce
Iain Buclaw: For a more practical example, I've added an example jit compiled brainf*** interpreter. https://github.com/ibuclaw/gccjitd/blob/master/tests/brainf.d Here I have put a little program you can use as performance benchmark: http://codepad.org/hogVnlIS Bye, bearophile

Re: Calypso: Direct and full interfacing to C++

2014-12-27 Thread Iain Buclaw via Digitalmars-d-announce
On 23 Dec 2014 13:30, "CraigDillabaugh via Digitalmars-d-announce" < digitalmars-d-announce@puremagic.com> wrote: > > On Tuesday, 23 December 2014 at 11:53:38 UTC, Dicebot wrote: >> >> On Tuesday, 23 December 2014 at 10:52:58 UTC, Joseph Rushton Wakeling wrote: >>> >>> clip >> >> >> Consider both t

Re: GCCJIT Bindings for D

2014-12-27 Thread Iain Buclaw via Digitalmars-d-announce
For a more practical example, I've added an example jit compiled brainf*** interpreter. https://github.com/ibuclaw/gccjitd/blob/master/tests/brainf.d Also will be adding instructions on how to build the libgccjit frontend later this week - if you haven't already worked it out from the gccjit

Re: Get your D Lang shirts!

2014-12-27 Thread Iain Buclaw via Digitalmars-d-announce
On 24 Dec 2014 22:20, "Vic via Digitalmars-d-announce" < digitalmars-d-announce@puremagic.com> wrote: > > > http://teespring.com/d-lang-sv > > Non profit, I hope other follow suit. I like the sentiment, but I think I'd prefer my own designs. ;) Iain.