|
|
|
|
|
by WalterBright
1663 days ago
|
|
BetterC got a lot of resistance at first, along the lines of who needs it. (BetterC is a subset of D that only relies on the C standard library.) But over time it has accumulated a lot of users, as being C without the troubles. We've gone a step further with ImportC, and now C code can be imported directly into the D compiler, which makes it easy to interface D code to your existing C base. |
|
Edit: I added that first sentence because it's awkward to tell the creator of the language that his answer was incomplete.