Windows experience is atrocious

Rumbu rumbu at rumbu.ro
Fri Jul 21 05:29:16 UTC 2023


On Friday, 21 July 2023 at 04:55:00 UTC, Curious Observer wrote:
> On Thursday, 20 July 2023 at 16:22:47 UTC, Rumbu wrote:
>> 31. Too complicated. Close VSCode, posting on forum :)
>
> Not a D user but though I'd give it try:
>
> 1. Download Windows 7z file from here: 
> https://dlang.org/download.html
>
Yes, there are a lot of ways to install it, you can even git 
clone dmd and compile it, write your code in notepad++ or copy 
con hello.d, but here I am talking about user experience. Today, 
a programming language without a language aware editor and 
without debug features, it's unusable. Compare with rust:

1. Download installer
2. Run it, no user interaction except pressing Enter
3. Launch VSCode
4. Extensions/rust-analyzer
5. cargo new hello
6. rust-analyzer/run -> ok
7. rust-analyzer/debug/run -> ok




More information about the Digitalmars-d mailing list