digitalmars.D - D language help for a C# programmer
I've made some progress on a language conversion tool, but I'm putting a call out to the D language gurus for some tips. Most of the conversions I've done have been syntactic. What are some semantic differences that I might run into doing a conversion? Any other gotchas to look out for? (Example of a gotcha: usage of 'is' versus '==')
Jan 12 2010
Hello Brien,I've made some progress on a language conversion tool, but I'm putting a call out to the D language gurus for some tips. Most of the conversions I've done have been syntactic. What are some semantic differences that I might run into doing a conversion? Any other gotchas to look out for? (Example of a gotcha: usage of 'is' versus '==')to account for them.
Jan 12 2010