www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - Getting started

reply Ian <ian iangarcia.net> writes:
How do I get started with Windows desktop programming in D? Any 
recommended IDEs? (I have decent experience with C/C++)
Aug 10
parent reply Sergey <kornburn yandex.ru> writes:
On Saturday, 10 August 2024 at 16:50:11 UTC, Ian wrote:
 How do I get started with Windows desktop programming in D? Any 
 recommended IDEs? (I have decent experience with C/C++)
Hi Ian. Many people who previously worked with Visual Studio like VisualD. For others one of the best support is in Visual Studio Code with code-d extension (which is using D's LSP - serve-d). I briefly found several useful links for your request. Feel free to check them :) (please be aware that some pages on D's Wiki could be outdated): 1) https://wiki.dlang.org/Getting_Started 2) https://computingonplains.wordpress.com/d-on-windows/ 3) https://github.com/AndrejMitrovic/DWinProgramming 4) https://wiki.dlang.org/Category:Windows
Aug 10
parent reply Ian <ian iangarcia.net> writes:
On Saturday, 10 August 2024 at 18:11:25 UTC, Sergey wrote:
 On Saturday, 10 August 2024 at 16:50:11 UTC, Ian wrote:
 How do I get started with Windows desktop programming in D? 
 Any recommended IDEs? (I have decent experience with C/C++)
Hi Ian. Many people who previously worked with Visual Studio like VisualD. For others one of the best support is in Visual Studio Code with code-d extension (which is using D's LSP - serve-d). I briefly found several useful links for your request. Feel free to check them :) (please be aware that some pages on D's Wiki could be outdated): 1) https://wiki.dlang.org/Getting_Started 2) https://computingonplains.wordpress.com/d-on-windows/ 3) https://github.com/AndrejMitrovic/DWinProgramming 4) https://wiki.dlang.org/Category:Windows
Thank you for responding. I did get started with Visual D but I'll review your other links as well.
Aug 10
parent aberba <karabutaworld gmail.com> writes:
On Saturday, 10 August 2024 at 23:29:42 UTC, Ian wrote:
 On Saturday, 10 August 2024 at 18:11:25 UTC, Sergey wrote:
 On Saturday, 10 August 2024 at 16:50:11 UTC, Ian wrote:
 [...]
Hi Ian. Many people who previously worked with Visual Studio like VisualD. For others one of the best support is in Visual Studio Code with code-d extension (which is using D's LSP - serve-d). I briefly found several useful links for your request. Feel free to check them :) (please be aware that some pages on D's Wiki could be outdated): 1) https://wiki.dlang.org/Getting_Started 2) https://computingonplains.wordpress.com/d-on-windows/ 3) https://github.com/AndrejMitrovic/DWinProgramming 4) https://wiki.dlang.org/Category:Windows
Thank you for responding. I did get started with Visual D but I'll review your other links as well.
For D, I will recommend Zed (may have to compile on windows) with the D extension. Faster, smoother especially for D. But the suggested above are more popular here.
Aug 21