Re: countries_currencies_languages the most boring package ever

2021-07-10 Thread bauss via Digitalmars-d-announce

On Friday, 9 July 2021 at 09:53:21 UTC, Robert Schadek wrote:
If you deal with people in your software at some point these 
three,

countries, currencies, and languages will become relevant.
Instead of hacking it why not use structured recognized 
information.


This is where

https://code.dlang.org/packages/countries_currencies_languages

comes in. As the name stats this package contains a lot of 
information

about these three topics.

On top of all information of iso639, iso3166, and iso4217 some 
additional information is contained.


That's actually really cool and has some valuable information!


Re: Diva - D Language Interface for Versioned Applications

2021-07-10 Thread Bastiaan Veelo via Digitalmars-d-announce

On Saturday, 10 July 2021 at 11:29:21 UTC, pineapple wrote:

On Saturday, 10 July 2021 at 08:42:46 UTC, Bastiaan Veelo wrote:
Could it be that you have overlooked D Version Manager? 
https://code.dlang.org/packages/dvm


— Bastiaan.


Oh, I hadn't picked up on that.

That only manages DMD, though. Diva can manage DMD and LDC, as 
well as managing dub separately if you want it to. Personally 
I'll be using Diva in the future to manage my installations.


Thanks for clarifying the differences.

— Bastiaan.


Re: Diva - D Language Interface for Versioned Applications

2021-07-10 Thread pineapple via Digitalmars-d-announce

On Saturday, 10 July 2021 at 08:42:46 UTC, Bastiaan Veelo wrote:
Could it be that you have overlooked D Version Manager? 
https://code.dlang.org/packages/dvm


— Bastiaan.


Oh, I hadn't picked up on that.

That only manages DMD, though. Diva can manage DMD and LDC, as 
well as managing dub separately if you want it to. Personally 
I'll be using Diva in the future to manage my installations.


Re: Diva - D Language Interface for Versioned Applications

2021-07-10 Thread Bastiaan Veelo via Digitalmars-d-announce

On Friday, 9 July 2021 at 23:59:55 UTC, pineapple wrote:
Basically, it's a version manager which currently supports DMD, 
LDC, and dub.


It's rough, but maybe in some ways a little less rough than 
install.sh, at https://dlang.org/install.html


https://github.com/pineapplemachine/diva


Could it be that you have overlooked D Version Manager? 
https://code.dlang.org/packages/dvm


— Bastiaan.