On Wed, Sep 14, 2011 at 3:58 PM, Adam D. Ruppe <[email protected]>wrote:
> > Stack overflow shows 5,606 tagged with "scala", and 430 questions > > tagged with "d". > > Could that be simply because D is an easier language to use? > I remember when I started to use D1 for the first time about two years ago. For most cases it was just a matter of copy/pasting my C code and compiling with DMD. If you know C/C++, D can be very easy. I've never tried Scala, but I'm learning Haskell and sometimes it's a challenge.
