←back to thread

111 points teleforce | 6 comments | | HN request time: 0.001s | source | bottom
1. 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 #
2. 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 #
3. 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 #
4. MikeShah ◴[] No.43799261{3}[source]
We have also been using D for computer graphics and game programming as of this year! :D
replies(1): >>43802176 #
5. 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
6. bsdooby ◴[] No.43802176{4}[source]
Totally forgot about that; sorry Mike ;)