www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.ide - Best IDE for Newbie?

reply "Newbie" <dlang olivere.de> writes:
Hello,

I have to start a new project and I want to try D instead of
using a combination of C++ and Perl.

But what is the best IDE to use on Ubuntu/Debian with gdc? I have
read of Mono-D and Eclipse.

Debugging is important for me. My programs should run under
several Linux Systems. I do not know if D really works for me. I
think it is a very promising language. But before I invest much
time in it, I would like to know if there are working development
environments. What your experiences, recommendations?

Thank you in advance!
Aug 20 2014
next sibling parent reply "Trass3r" <un known.com> writes:
Mono-D is really nice, give it a try.
Aug 20 2014
parent reply "MacAsm" <jckj33 gmail.com> writes:
On Wednesday, 20 August 2014 at 21:43:17 UTC, Trass3r wrote:
 Mono-D is really nice, give it a try.
Best I've used. Really nice.
Aug 22 2014
parent "Eugene" <Lstorm3d gmail.com> writes:
On Friday, 22 August 2014 at 13:13:40 UTC, MacAsm wrote:
 On Wednesday, 20 August 2014 at 21:43:17 UTC, Trass3r wrote:
 Mono-D is really nice, give it a try.
Best I've used. Really nice.
I can't use debugger in MonoD. 'Start debugging' is just disabled. Is it possible to fix this bug? Or maybe it is not a bug...
Aug 24 2014
prev sibling parent "eles" <eles eles.com> writes:
On Wednesday, 20 August 2014 at 21:16:55 UTC, Newbie wrote:
 Hello,

 I have to start a new project and I want to try D instead of
 using a combination of C++ and Perl.

 But what is the best IDE to use on Ubuntu/Debian with gdc? I 
 have
 read of Mono-D and Eclipse.

 Debugging is important for me. My programs should run under
 several Linux Systems. I do not know if D really works for me. I
 think it is a very promising language. But before I invest much
 time in it, I would like to know if there are working 
 development
 environments. What your experiences, recommendations?

 Thank you in advance!
If you are a Eclipse user, there is a plug-in very similar to CDT, with almost the same capabilities: http://code.google.com/p/ddt/
Aug 21 2014