Is worth the effort to learn D?

Viewed 6500

Imagine you have 3 projects:

  • A text editor for programmers
  • a compiler
  • and a search engine library for at least 3 types of files: html, .xls and pdf.

You have 3 choices:

  • C++
  • Java
  • and C#
  • or you could explore the alternative of doing it with D.

Then, you ask to more wises programmers: Could D give me a significant advantages in this task, in the areas of: modularity, bug fixing, team work, and machine efficiency?

6 Answers
Related