Statically linking libphobos

2016-10-24 Thread _d0s_ via Digitalmars-d-learn
Hello, I am distributing a plugin written in D for another application. To make it easily distributable i would prefer to link libphobos statically. How would I do that and how would I do that with DUB? Thanks :)

Re: Programming in D vs The D Programming Language

2016-03-13 Thread _d0s_ via Digitalmars-d-learn
On Sunday, 13 March 2016 at 16:27:07 UTC, gour wrote: Hello, after quite some time I'm returning to D being fed up with some other languages to become more ready for writing open-source multi-platform desktop app(s)... I already own copy of Andrei's The D Programming Language book, but neve