www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - QtD is resumed

reply Max Samukha <spambox d-coding.com> writes:
As there is interest in the project, we have decided to proceed. Stay tuned.
Oct 12 2010
next sibling parent reply Andrei Alexandrescu <SeeWebsiteForEmail erdani.org> writes:
On 10/12/10 13:20 CDT, Max Samukha wrote:
 As there is interest in the project, we have decided to proceed. Stay
 tuned.
Awesome news! I think we need to take the hiccup as a warning to be more mindful of compilers and library bugs reported on behalf of QtD. Andrei
Oct 12 2010
parent reply Max Samukha <spambox d-coding.com> writes:
On 10/12/2010 09:49 PM, Andrei Alexandrescu wrote:
 On 10/12/10 13:20 CDT, Max Samukha wrote:
 As there is interest in the project, we have decided to proceed. Stay
 tuned.
Awesome news! I think we need to take the hiccup as a warning to be more mindful of compilers and library bugs reported on behalf of QtD. Andrei
Thanks! I find it reasonable to lower our expectations of the language/tools for a while. I've decided to go on without const and other goodies like the scarcely implemented "alias this". For now, the most important for me are the issues with struct lifetime management. For example, destructors should be called on global struct instances. And this one is critical: http://d.puremagic.com/issues/show_bug.cgi?id=3516 It would be great if we soon had a complete and debugged implementation of the struct semantics described in TDPL.
Oct 14 2010
parent Walter Bright <newshound2 digitalmars.com> writes:
Max Samukha wrote:
 On 10/12/2010 09:49 PM, Andrei Alexandrescu wrote:
 On 10/12/10 13:20 CDT, Max Samukha wrote:
 As there is interest in the project, we have decided to proceed. Stay
 tuned.
Awesome news! I think we need to take the hiccup as a warning to be more mindful of compilers and library bugs reported on behalf of QtD. Andrei
Thanks! I find it reasonable to lower our expectations of the language/tools for a while. I've decided to go on without const and other goodies like the scarcely implemented "alias this". For now, the most important for me are the issues with struct lifetime management. For example, destructors should be called on global struct instances. And this one is critical: http://d.puremagic.com/issues/show_bug.cgi?id=3516
Yes, I know it's an important one.
Oct 14 2010
prev sibling next sibling parent reply "Gour D." <gour atmarama.net> writes:
On Tue, 12 Oct 2010 21:20:47 +0300
 "Max" =3D=3D Max Samukha <spambox d-coding.com> wrote:
Max> As there is interest in the project, we have decided to proceed. Max> Stay tuned. Believe it or not, I just placed order for Andrei's book and UK Amazon and went to check my email before going to sleep... Now seeing your message...Whoah!!! You made my day, or let's say, my night. Dream, sweet dream... :-) Please, post on the web site how can the project be helped, not only by the D experts, but by everyone else as well. Sincerely, Gour --=20 Gour | Hlapicina, Croatia | GPG key: CDBF17CA ----------------------------------------------------------------
Oct 12 2010
parent Max Samukha <spambox d-coding.com> writes:
On 10/12/2010 10:09 PM, Gour D. wrote:
 On Tue, 12 Oct 2010 21:20:47 +0300
 "Max" == Max Samukha<spambox d-coding.com>  wrote:
Max> As there is interest in the project, we have decided to proceed. Max> Stay tuned. Believe it or not, I just placed order for Andrei's book and UK Amazon and went to check my email before going to sleep... Now seeing your message...Whoah!!! You made my day, or let's say, my night. Dream, sweet dream... :-) Please, post on the web site how can the project be helped, not only by the D experts, but by everyone else as well.
I'll try to find time for that on the weekend. Even fixing English grammar, spelling and stylistic errors on the wiki would help :)
 Sincerely,
 Gour
Oct 14 2010
prev sibling next sibling parent Lutger <lutger.blijdestijn gmail.com> writes:
Max Samukha wrote:

 As there is interest in the project, we have decided to proceed. Stay
 tuned.
I'm drinking one on this, cheers!
Oct 12 2010
prev sibling next sibling parent reply Jesse Phillips <jessekphillips+D gmail.com> writes:
Max Samukha Wrote:

 As there is interest in the project, we have decided to proceed. Stay tuned.
This is indeed good news. I don't do enough with GUIs, but having GUI library(s) will be a big requirement in D succeeding Good Luck. Is anyone using QtD also on the beta mailing list? Don has taking on a point that we should not have known regressions newer than something like dmd 2.37 (until all known regressions have been eliminated) And this will be good for all projects. And Gour, I suppose you get some thanks for giving QtD the pat on the back they missed. Good luck.
Oct 12 2010
parent reply Juanjo Alvarez <fake fakeemail.com> writes:
On Tue, 12 Oct 2010 19:39:26 -0400, Jesse Phillips 
<jessekphillips+D gmail.com> wrote:
 This is indeed good news. I don't do enough with GUIs, but having 
GUI library(s) will be a big requirement in D succeeding Good Luck. Qt ia not only GUI - it also have network, database and data structures classes. Which makes me wonder ( to the Qt guys): do you plan, once the data structures bindings are done, to add the ranges interfaces to them?
Oct 13 2010
parent Max Samukha <spambox d-coding.com> writes:
On 10/13/2010 10:25 AM, Juanjo Alvarez wrote:
 On Tue, 12 Oct 2010 19:39:26 -0400, Jesse Phillips
 <jessekphillips+D gmail.com> wrote:
 This is indeed good news. I don't do enough with GUIs, but having
GUI library(s) will be a big requirement in D succeeding Good Luck. Qt ia not only GUI - it also have network, database and data structures classes. Which makes me wonder ( to the Qt guys): do you plan, once the data structures bindings are done, to add the ranges interfaces to them?
From my (very limited) experience with ranges, they are a bit awkward when you need to implement recursive traversal of some data structures. Other than that, I think there is no reason we shouldn't try to implement them.
Oct 14 2010
prev sibling next sibling parent Juanjo Alvarez <fake fakeemail.com> writes:
On Tue, 12 Oct 2010 21:20:47 +0300, Max Samukha 
<spambox d-coding.com> wrote:
 As there is interest in the project, we have decided to proceed. 
Stay tuned. Thanks! I'm not using QtD in my current project but it is 100% sure that I'll want to use it in the future. I would love to help but I need a lot more practice with the language (and time).
Oct 12 2010
prev sibling next sibling parent "Simen kjaeraas" <simen.kjaras gmail.com> writes:
Max Samukha <spambox d-coding.com> wrote:

 As there is interest in the project, we have decided to proceed. Stay  
 tuned.
Yay! Good luck, and hope Walter and co will give your bug reports some higher priority. I think that is the right thing to do now. -- Simen
Oct 12 2010
prev sibling next sibling parent Walter Bright <newshound2 digitalmars.com> writes:
Max Samukha wrote:
 As there is interest in the project, we have decided to proceed. Stay 
 tuned.
This is great news!
Oct 12 2010
prev sibling parent skip <spambox dsource.org> writes:
Max Samukha Wrote:

 As there is interest in the project, we have decided to proceed. Stay tuned.
Perhaps someone could update the website to mention that the project is still active? http://www.dsource.org/projects/qtd
Oct 29 2010