On Wednesday, 30 September 2015 at 05:00:11 UTC, H. S. Teoh wrote:
On Tue, Sep 29, 2015 at 09:54:34PM -0700, Walter Bright via
Digitalmars-d wrote:
On 9/29/2015 7:24 AM, Atila Neves wrote:
>That's as true as saying that D is similar enough to Java
>that it wouldn't be a big jump. You'd end up with code that
>looks like C++ or Java that no seasoned D developer would
>write.
>
>The difference is actually quite big. If it weren't, why
>would any of us bother?
It's interesting looking at the ddmd source code. It's
translated from C++, and it shows. It doesn't look much like D
code.
Are we accepting PRs to convert ddmd to be more D-like?
T
Sure, you can submit PR here :
https://github.com/SDC-Developers/SDC
;)