Re: D2 port of Sociomantic CDGC available for early experiments

2014-10-22 Thread Regan Heath via Digitalmars-d-announce
On Tue, 21 Oct 2014 23:52:22 +0100, Leandro Lucarella l...@llucax.com.ar wrote: The runtime is not platform independent AT ALL. ^ implementation Why should you provide a platform agnostic way to configure it? Because it makes life easier for developers and cross platform

LDC 0.15.0 alpha1 released! Please help test!

2014-10-22 Thread Kai Nacke via Digitalmars-d-announce
Hi everyone, LDC 0.15.0-alpha1, the LLVM-based D compiler, is available for download! This alpha release is based on the 2.066.1-rc2 frontend and standard library and supports LLVM 3.1-3.5 (OS X: no support for 3.3). Please help testing this release! As usual, you can find links to the

Re: Endovena: a dependency injection framework.

2014-10-22 Thread Orfeo via Digitalmars-d-announce
-8- Container gets confusing with std.container. -8- I agree with you, but 'Container' is widely used in DI context, for example: * SimpleInjector (C#) uses Container * LightInjector uses ServiceContainer * Autofac uses ContainerBuilder * LightCore uses