[Dlang Episode 1] The D Programming Language - dlang

preview_player
Показать описание

►Lesson Description: An introduction to the series and the D Programming Langauge. This series is for folks of all programming experience who want to learn the D Programming language and many of the features that it has to offer. In this video I provide a high level overview of the language and why I am excited about bringing this series to you!

►Please like and subscribe to help the channel!
Рекомендации по теме
Комментарии
Автор

I am a Dlang fan. Thanks for this video.

kcvinu
Автор

It's syntactically one of my favorite languages. For example, appending to a dynamic array of integers: arrayDyna ~= 5; is just elegant. And the flexibility afforded by the UFCS allows for some nice function chaining. I know there is some criticism concerning D's GC, but it doesn't bother me since I don't need to get as close to the metal as others might. And there are plenty of YASPL - Yet Another System Programming Language' cropping up left and right (eg. Rust, Carbon, Zig, Odin, Hare, Vlang, Nim, etc... )

GaryChike
Автор

You're unique, your youtube channel has impressive stuff to learn about system programming! I'm just a curious person because the possibilities for me to use Dlang or C++ in my job as a Java developer are so minimum. However, always is great to look at new languages such as D or classical C++ to back to basics. In the university I learned with Pascal, then I moved to Php, and I've been working with Java for the last 7 years, I'm a little bored with microservices and monolith stuff and that's the main reason I'm here hahaha just for fun. Thanks for this great content!

luisalamo
Автор

What do you think of the Rust language? It would be great to see a full course from you about Rust! :)

Andrei-cvkn
Автор

it's a shame about a design decision in D, the GC, that prevented it from taking over the userspace from c/c++

androth