this post was submitted on 30 Jul 2023
0 points (NaN% liked)

Programming

17101 readers
82 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 1 year ago
MODERATORS
 

I've never used D but this really makes me want to give it a shot. Did anyone try it, and would you recommend using it?

top 2 comments
sorted by: hot top controversial new old
[โ€“] glad_cat@lemmy.sdf.org 1 points 1 year ago* (last edited 1 year ago)

I like the idea of the D programming language but I think I'll never use it:

  • There were issues with multiple compilers in the past and I don't know if it's solved.
  • I can do the same in Python.
  • No companies I know use it, which means it would not be useful for me. I'm mostly looking for C++20 or Rust jobs, I wouldn't know where to find D jobs.
  • D was supposed to be an alternative to Java or C++, but those languages have moved fast in the past few years. C++ is easier than ever and still very powerful, Rust exists if I want safety and low-level simplicity, Kotlin is there and it's fast too. I don't know where D fits nowadays and which problem it's trying to solve.

The language looks nice, but it feels like it's in a weird position around all the other languages.

[โ€“] exapsy@programming.dev -1 points 1 year ago

I saw esoterics and heavily opiniated jargon such as .each!writeln; and immediately said ... "fuck this". I don't wanna learn another shitty scripting language that thinks it's cool because it created its own esoteric opiniated jargon. A language that isn't even POSIX standard. Thank you.