this post was submitted on 30 Jul 2023
64 points (92.1% liked)

Programming

17031 readers
331 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?

you are viewing a single comment's thread
view the rest of the comments
[–] orangeboats@lemmy.world 2 points 1 year ago

I don't know where D fits nowadays and which problem it's trying to solve.

My experience has been similar - it's hard to categorize the language.

As a low-level system language like C, C++, Rust, Zig? The garbage collector makes it a hard sell to other people, even though one can opt out of it.

As a higher-level application language like Java and Go? D frequently gives me a "low-level language" feel, but I am not sure why.

As a scripting language? I feel like its type system works against the rapid-prototyping coding style commonly seen in scripts.