Re: SpaceD - a racing game written in D

2017-06-16 Thread Francis Nixon via Digitalmars-d-announce

Bug report:
http://i.imgur.com/I7S51tf.png


Re: Life in the Fast Lane (@nogc blog post)

2017-06-16 Thread Joakim via Digitalmars-d-announce

On Friday, 16 June 2017 at 13:51:18 UTC, Mike Parker wrote:
I've been meaning to get this done for weeks but have had a 
severe case of writer's block. The fact that I had no other 
posts ready to go this week and no time to write anything at 
all motivated me to make time for it and get it done anyway. My 
wife didn't complain when I told her I had to abandon our 
regular bedtime Netflix time block (though she did extract a 
concession that I have no vote in the next series we watch). 
Thanks to Vladimir, Guillaume, and Steve, for their great 
feedback on such short notice. Their assistance kept the blog 
from going quiet this week.


The blog:
https://dlang.org/blog/2017/06/16/life-in-the-fast-lane/

Reddit:
https://www.reddit.com/r/programming/comments/6hmlfq/life_in_the_fast_lane_using_d_without_the_gc/


Nicely written.  I never bothered to look into this GC 
fine-tuning, as I don't need that level of optimization, but I 
finally have some idea of how this works.


Re: Life in the Fast Lane (@nogc blog post)

2017-06-16 Thread David Gileadi via Digitalmars-d-announce

On 6/16/17 6:51 AM, Mike Parker wrote:
I've been meaning to get this done for weeks but have had a severe case 
of writer's block. The fact that I had no other posts ready to go this 
week and no time to write anything at all motivated me to make time for 
it and get it done anyway. My wife didn't complain when I told her I had 
to abandon our regular bedtime Netflix time block (though she did 
extract a concession that I have no vote in the next series we watch). 
Thanks to Vladimir, Guillaume, and Steve, for their great feedback on 
such short notice. Their assistance kept the blog from going quiet this 
week.


The blog:
https://dlang.org/blog/2017/06/16/life-in-the-fast-lane/

Reddit:
https://www.reddit.com/r/programming/comments/6hmlfq/life_in_the_fast_lane_using_d_without_the_gc/ 


Great article! And thanks for sacrificing that Netflix time :)


Life in the Fast Lane (@nogc blog post)

2017-06-16 Thread Mike Parker via Digitalmars-d-announce
I've been meaning to get this done for weeks but have had a 
severe case of writer's block. The fact that I had no other posts 
ready to go this week and no time to write anything at all 
motivated me to make time for it and get it done anyway. My wife 
didn't complain when I told her I had to abandon our regular 
bedtime Netflix time block (though she did extract a concession 
that I have no vote in the next series we watch). Thanks to 
Vladimir, Guillaume, and Steve, for their great feedback on such 
short notice. Their assistance kept the blog from going quiet 
this week.


The blog:
https://dlang.org/blog/2017/06/16/life-in-the-fast-lane/

Reddit:
https://www.reddit.com/r/programming/comments/6hmlfq/life_in_the_fast_lane_using_d_without_the_gc/




Re: Cap'n Proto for D v0.1.2

2017-06-16 Thread Johan Engelen via Digitalmars-d-announce
On Tuesday, 18 April 2017 at 18:09:54 UTC, Thomas Brix Larsen 
wrote:


This is the initial public release of my optimized port of the 
Java implementation of Cap'n Proto.


http://code.dlang.org/packages/capnproto-dlang
https://github.com/ThomasBrixLarsen/capnproto-dlang


Hi Thomas,
  Great that you are working on this.

I strongly advise you to advertise your work on this page: 
https://capnproto.org/otherlang.html


Cheers,
  Johan