www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - Things I want to do with D

reply Muhammed Nurullah =?UTF-8?B?w5xuc2Fs?= <mnu0947 gmail.com> writes:
Hello everyone. I am new at Dlang and I am learning it. I liked 
really much this language and I want to develop OS kernel(Also by 
using Rust for advanced memory safety and x86 Assembly for 
critical parts) and professional dekstop apps without libraries 
like Qt or GTK that were written in another languages like C++. 
So, I want to use pure opportunities of Dlang. But unfortunately 
Dlang hasn't enough 3rd part libraries. How can I achieve my 
goal? Please guide me. Thanks.
Feb 13
parent reply Sergey <kornburn yandex.ru> writes:
On Friday, 14 February 2025 at 07:08:21 UTC, Muhammed Nurullah 
Ünsal wrote:
 Hello everyone. I am new at Dlang and I am learning it. I liked 
 really much this language and I want to develop OS kernel(Also 
 by using Rust for advanced memory safety and x86 Assembly for 
 critical parts) and professional dekstop apps without libraries 
 like Qt or GTK that were written in another languages like C++. 
 So, I want to use pure opportunities of Dlang. But 
 unfortunately Dlang hasn't enough 3rd part libraries. How can I 
 achieve my goal? Please guide me. Thanks.
Hi, there are many libraries for D.. it depends what do you need actually If you're learning D I would recommend my regular suggestion: 1) D tour 2) Ali's book 3) Check other D materials (wiki, other books, Mike's youtube channel, join discord) Both OS and pure-D GUI libraries examples are presented in this list https://github.com/dlang-community/awesome-d
Feb 13
parent Muhammed Nurullah =?UTF-8?B?w5xuc2Fs?= <mnu0947 gmail.com> writes:
Thank you very much Mr. Sergey
Feb 14