Re: Rust vs Dlang

2013-08-23 Thread Paul Jurczak
On Saturday, 16 March 2013 at 14:42:58 UTC, Suliman wrote: Hi folks! I had wrote small article about Rust vs D. I hope that you will like it! http://versusit.org/rust-vs-d There is more online activity in Rust vs. D corner. See http://relistan.com/a-week-with-mozilla-rust/, which is about

Re: GHC 2013 in Paris

2013-08-23 Thread Iain Buclaw
On 20 August 2013 11:36, monarch_dodra monarchdo...@gmail.com wrote: On Tuesday, 20 August 2013 at 07:31:29 UTC, Iain Buclaw wrote: Will be arriving in Paris tomorrow. Is it only you two who will be around? Hey! I had no idea this was going on! I'll definitely try to catch your talk. I'm

Re: GHC 2013 in Paris

2013-08-23 Thread Iain Buclaw
On 23 August 2013 16:10, eles e...@eles.com wrote: On Friday, 23 August 2013 at 12:37:03 UTC, Iain Buclaw wrote: On 20 August 2013 11:36, monarch_dodra monarchdo...@gmail.com wrote: On Tuesday, 20 August 2013 at 07:31:29 UTC, Iain Buclaw wrote: Yep, you can just walk up and enter. For

I'm porting some go code to D

2013-08-23 Thread Rory McGuire
So I'm porting so #golang code to #dlang and there is all these blasted go statements.So I thought I'd give implmenting it in D a shot. What do you guys think? Fire away :). import std.stdio; import core.thread : Thread; import core.sync.mutex : Mutex; import core.time; void main() { auto ch

Re: I'm porting some go code to D

2013-08-23 Thread Jesse Phillips
On Friday, 23 August 2013 at 23:54:55 UTC, Rory McGuire wrote: So I'm porting so #golang code to #dlang and there is all these blasted go statements.So I thought I'd give implmenting it in D a shot. What do you guys think? Fire away :). I'd suggest posting long snippets of code to