On Thursday, 27 February 2014 at 18:06:58 UTC, John Colvin 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.
Or, alternatively:
A language flexible enough to facilitate library solutions for
problems that would normally require explicit language support.
I dig flexibility, I really do, and I appreciate D's features
that enable that, but in case of such basic thing as a resource
management, I just want things to work without surprises by
default.