GC for noobs

Remo remo4d at gmail.com
Thu Feb 27 07:33:00 PST 2014


On Thursday, 27 February 2014 at 15:09:39 UTC, Szymon Gatner 
wrote:
> On Thursday, 27 February 2014 at 14:56:22 UTC, Namespace wrote:
>> On Thursday, 27 February 2014 at 14:52:00 UTC, Szymon Gatner 
>> wrote:
>>> On Thursday, 27 February 2014 at 14:42:43 UTC, Dicebot wrote:
>>>> There is also one complex and feature-reach implementation 
>>>> of uniqueness concept by Sonke Ludwig : 
>>>> https://github.com/rejectedsoftware/vibe.d/blob/master/source/vibe/core/concurrency.d#L281 
>>>> (Isolated!T)
>>>>
>>>> Priceless for message passing concurrency.
>>>
>>> Tbh it only looks worse and worse to me :(
>>>
>>> Another example of code necessary to overcome language 
>>> limitations.
>>
>> Do you know Rust? http://www.rust-lang.org/
>
> I do. Do you want me to go away? ;)

I have looked at Rust and Go but I still prefer D2 :)
D2  CTFE, templates and mixin are great.
Another advantage of D is the 'easy' porting from C and C++.

But this problems with structs and classes...
I am also missing Rvalue references (move semantics) from C++11.




More information about the Digitalmars-d-learn mailing list