On Friday, 18 March 2022 at 04:13:36 UTC, Alain De Vos wrote:
Dlang includes some good ideas.
But dub pulls in so much stuff. Too much for me.
I like things which are clean,lean,little,small.
But when i use dub it links with so many libraries.
Are they really needed ?
And how do you compare to py
The DMD compiler could import the modules directly with the
import command just like it does with the modules in the phobos
library.
On Sun, Mar 20, 2022 at 07:51:38AM -0700, Ali Çehreli via Digitalmars-d-learn
wrote:
> On 3/20/22 05:27, Adam D Ruppe wrote:
>
> > So if it just coincidentally happens to be the same code, I'd
> > actually rather copy/paste it than import it.
>
> This is very interesting because it is so much ag
I hope one day the creators of the D programming language will
implement std.socket.ssl in the Phobos library.
On 3/18/22 7:01 PM, Ali Çehreli wrote:
On 3/18/22 14:54, WhatMeWorry wrote:
> size_t huge = uint.max; // compiles
That means size_t is uint on that build.
Not that Ali is wrong in the full sense, but this line alone will
compile on both 64 and 32-bit systems, so it is not informative.
Howe
On Monday, 21 March 2022 at 10:29:53 UTC, Alexandru Ermicioi
wrote:
On Friday, 18 March 2022 at 21:04:03 UTC, H. S. Teoh wrote:
On Fri, Mar 18, 2022 at 11:16:51AM -0700, Ali Çehreli via
Digitalmars-d-learn wrote:
tldr; I am talking on a soap box with a big question mind
hovering over on my head
On Friday, 18 March 2022 at 21:04:03 UTC, H. S. Teoh wrote:
On Fri, Mar 18, 2022 at 11:16:51AM -0700, Ali Çehreli via
Digitalmars-d-learn wrote:
tldr; I am talking on a soap box with a big question mind
hovering over on my head: Why can't I accept pulling in
dependencies automatically?
Becaus
On 21/03/2022 11:19 PM, Tobias Pankrath wrote:
This would be much easier, if there were a `dub provide` (or whatever)
that builds all deps for a project, installs them into a given
prefix/path and makes them usable from `dub describe` afterwards, so
that dub describe works more or less like p
On Monday, 21 March 2022 at 09:25:56 UTC, Dadoum wrote:
On Friday, 18 March 2022 at 04:13:36 UTC, Alain De Vos wrote:
Dlang includes some good ideas.
But dub pulls in so much stuff. Too much for me.
I like things which are clean,lean,little,small.
But when i use dub it links with so many librari
On Friday, 18 March 2022 at 04:13:36 UTC, Alain De Vos wrote:
Dlang includes some good ideas.
But dub pulls in so much stuff. Too much for me.
I like things which are clean,lean,little,small.
But when i use dub it links with so many libraries.
Are they really needed ?
And how do you compare to py
10 matches
Mail list logo