digitalmars.D - Things I want to do with D
- Muhammed Nurullah =?UTF-8?B?w5xuc2Fs?= (8/8) Feb 13 Hello everyone. I am new at Dlang and I am learning it. I liked
- Sergey (12/20) Feb 13 Hi,
- Muhammed Nurullah =?UTF-8?B?w5xuc2Fs?= (1/1) Feb 14 Thank you very much Mr. Sergey
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
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
Thank you very much Mr. Sergey
Feb 14