DDT 0.6.0 released

2012-05-18 Thread Bruno Medeiros
DDT 0.6.0 is out. It's been almost a year since last release, 
unfortunately I haven't been able to work on it as much as I wanted in 
the last months. :(


Full details here:
https://groups.google.com/d/topic/ddt-ide/_C7aZHX3vMM/discussion


--
Bruno Medeiros - Software Engineer


Re: DDT 0.6.0 released

2012-05-18 Thread Adam Wilson
On Fri, 18 May 2012 08:49:40 -0700, Bruno Medeiros  
 wrote:


DDT 0.6.0 is out. It's been almost a year since last release,  
unfortunately I haven't been able to work on it as much as I wanted in  
the last months. :(


Full details here:
https://groups.google.com/d/topic/ddt-ide/_C7aZHX3vMM/discussion



I just about spilled my milk when I saw the code name! I wonder how many  
will get the reference ... Anyways, congrats on the release!


--
Adam Wilson
IRC: LightBender
Project Coordinator
The Horizon Project
http://www.thehorizonproject.org/


Re: DDT 0.6.0 released

2012-05-18 Thread Matt Soucy

On 05/18/2012 11:49 AM, Bruno Medeiros wrote:

DDT 0.6.0 is out. It's been almost a year since last release,
unfortunately I haven't been able to work on it as much as I wanted in
the last months. :(

Full details here:
https://groups.google.com/d/topic/ddt-ide/_C7aZHX3vMM/discussion



Congrats! I almost always use DDT for my projects, so this is awesome.


Re: Adam Wilson is now a GSoC 2012 mentor!

2012-05-18 Thread Bruno Medeiros

On 26/03/2012 20:43, Adam Wilson wrote:

As to an IDE written in D, that's a HUGE project and well outside the
scope of what can be accomplished in a GSoC project. It takes millions
of lines of code to make a *DECENT* IDE.


I agree, this idea to write a proper, *fully-featured* IDE in D is 
simply totally unrealistic. If it's just a D editor with some IDE 
functionality, sure, someone can toy around and try to work on that, but 
as for a proper IDE, there is just so much functionality and 
infrastructure that platforms like Eclipse, Visual Studio, MonoDevelop, 
Netbeans, etc., provide that is dumb and futile to try replicate all of 
that in D. There are years of paid, multi-developer teams work behind 
that infrastructure, and you want one or two guys to replicate that in 
their free time? Right.
We don't even have a mature, fleshed-out D GUI library, let alone IDE 
infrastructure...


--
Bruno Medeiros - Software Engineer


Re: DDT 0.6.0 released

2012-05-18 Thread Bruno Medeiros

On 18/05/2012 17:23, Adam Wilson wrote:

On Fri, 18 May 2012 08:49:40 -0700, Bruno Medeiros
 wrote:


DDT 0.6.0 is out. It's been almost a year since last release,
unfortunately I haven't been able to work on it as much as I wanted in
the last months. :(

Full details here:
https://groups.google.com/d/topic/ddt-ide/_C7aZHX3vMM/discussion



I just about spilled my milk when I saw the code name! I wonder how many
will get the reference ... Anyways, congrats on the release!



John Mirra (Protagonist): [answers the phone and listens]
John Mirra (Antagonist): John Mirra?
John Mirra (Protagonist): This is he.
John Mirra (Antagonist): This is John Mirra. Welcome to the next level.

:)

--
Bruno Medeiros - Software Engineer


Re: DDT 0.6.0 released

2012-05-18 Thread Russel Winder
On Fri, 2012-05-18 at 09:23 -0700, Adam Wilson wrote:
> On Fri, 18 May 2012 08:49:40 -0700, Bruno Medeiros  
>  wrote:
> 
> > DDT 0.6.0 is out. It's been almost a year since last release,  
> > unfortunately I haven't been able to work on it as much as I wanted in  
> > the last months. :(
> >
> > Full details here:
> > https://groups.google.com/d/topic/ddt-ide/_C7aZHX3vMM/discussion
> >
> 
> I just about spilled my milk when I saw the code name! I wonder how many  
> will get the reference ... Anyways, congrats on the release!

The danger of the name is, of course, that use of
dichlorodiphenyltrichloroethane is illegal in most jurisdictions.

-- 
Russel.
=
Dr Russel Winder  t: +44 20 7585 2200   voip: sip:russel.win...@ekiga.net
41 Buckmaster Roadm: +44 7770 465 077   xmpp: rus...@winder.org.uk
London SW11 1EN, UK   w: www.russel.org.uk  skype: russel_winder


signature.asc
Description: This is a digitally signed message part


Re: Adam Wilson is now a GSoC 2012 mentor!

2012-05-18 Thread Jacob Carlborg

On 2012-05-18 19:20, Bruno Medeiros wrote:


I agree, this idea to write a proper, *fully-featured* IDE in D is
simply totally unrealistic. If it's just a D editor with some IDE
functionality, sure, someone can toy around and try to work on that, but
as for a proper IDE, there is just so much functionality and
infrastructure that platforms like Eclipse, Visual Studio, MonoDevelop,
Netbeans, etc., provide that is dumb and futile to try replicate all of
that in D. There are years of paid, multi-developer teams work behind
that infrastructure, and you want one or two guys to replicate that in
their free time? Right.
We don't even have a mature, fleshed-out D GUI library, let alone IDE
infrastructure...



Half of Eclipse is ported to D :)

https://github.com/d-widget-toolkit

--
/Jacob Carlborg


Re: Adam Wilson is now a GSoC 2012 mentor!

2012-05-18 Thread Andrew Wiley
On Fri, May 18, 2012 at 2:39 PM, Jacob Carlborg  wrote:

> On 2012-05-18 19:20, Bruno Medeiros wrote:
>
>  I agree, this idea to write a proper, *fully-featured* IDE in D is
>> simply totally unrealistic. If it's just a D editor with some IDE
>> functionality, sure, someone can toy around and try to work on that, but
>> as for a proper IDE, there is just so much functionality and
>> infrastructure that platforms like Eclipse, Visual Studio, MonoDevelop,
>> Netbeans, etc., provide that is dumb and futile to try replicate all of
>> that in D. There are years of paid, multi-developer teams work behind
>> that infrastructure, and you want one or two guys to replicate that in
>> their free time? Right.
>> We don't even have a mature, fleshed-out D GUI library, let alone IDE
>> infrastructure...
>>
>>
> Half of Eclipse is ported to D :)
>
> https://github.com/d-widget-**toolkit


Half of Eclipse ~4-6 years ago ported to D.
That certainly doesn't make it not useful, but DWT hasn't managed to keep
up with Eclipse.