←back to thread

147 points teleforce | 8 comments | | HN request time: 0s | source | bottom
Show context
kingbob000 ◴[] No.43798977[source]
Love D! I used it a bit in college when it was required for a programming language class. It's hard to justify using it nowadays though.
replies(1): >>43799117 #
1. bsdooby ◴[] No.43799117[source]
Utah Valley University? Or Romania, or Turkey? And why is D's usage hard to justify (because of Rust and/or contemporary C++)?
replies(2): >>43799152 #>>43799363 #
2. acehreli ◴[] No.43799152[source]
Mike Shah has been using D for teaching software engineering at Northeastern University and Yale. Here is his DLang playlist: https://www.youtube.com/playlist?list=PLvv0ScY6vfd9Fso-3cB4C...
replies(1): >>43799261 #
3. MikeShah ◴[] No.43799261[source]
We have also been using D for computer graphics and game programming as of this year! :D
replies(2): >>43802176 #>>43807090 #
4. kingbob000 ◴[] No.43799363[source]
Yes, UVU. And also yes. If I find myself needing something low-level and performant, I have a hard time justifying the ramp-up time required to use D since there is a near zero chance I would use it in my current or future employment. While that isn't always how I decide what technologies to use in my personal time, it definitely is a factor that tips the scales towards a more mainstream language
5. bsdooby ◴[] No.43802176{3}[source]
Totally forgot about that; sorry Mike ;)
replies(1): >>43809265 #
6. zerr ◴[] No.43807090{3}[source]
Lecture videos or notes?
replies(1): >>43809270 #
7. MikeShah ◴[] No.43809265{4}[source]
No worries at all! :)
8. MikeShah ◴[] No.43809270{4}[source]
YouTube series has tutorials, and course videos are on my website. More slides and such will be posted on my website otherwise.