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: Some crazy ideas from a high level perspective

2016-03-24 Thread _d0s_ via Digitalmars-d
just found this ... http://forum.dlang.org/thread/nilhvnqbsgqhxdshp...@forum.dlang.org maybe that will be what i'm looking for :) as for the web ui's ... the performance is of course not perfect as in a native app. but i think apps like atom.io, visual studio code or discord show that it is

Re: Is C++ trying to be like D?

2016-03-23 Thread _d0s_ via Digitalmars-d
On Saturday, 19 March 2016 at 13:46:14 UTC, Anonymouse wrote: On Saturday, 19 March 2016 at 13:23:55 UTC, Bauss wrote: Looking at C++14 and the proposed features for C++17 - https://en.wikipedia.org/wiki/C%2B%2B17 It looks a lot like C++ is trying to become similar to D. I believe that shows

Re: Some crazy ideas from a high level perspective

2016-03-22 Thread _d0s_ via Digitalmars-d
thanks for all the opinions! Perhaps this is what you're looking for? https://dlang.org/phobos/std_experimental_ndslice.html that would be a good starting point for a matrix library You would be interested in https://github.com/DlangScience They have cblas for matrix multiplication and

Some crazy ideas from a high level perspective

2016-03-22 Thread _d0s_ via Digitalmars-d
As i'm a student and i should be busy with writing some papers ... i'm spending waaay to much time derping around having crazy ideas. since they are forgotten quickly most of the time, i thought i share them with you. this time: what D is missing for me i'm coming from the field of

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