Re: ldc 0.9.1 released

2009-05-28 Thread Kagamin
Robert Clipsham Wrote: Not bad considering my (lack of) C/C++ knowledge. If there's some interest for it I suppose I could give it another shot and try to merge the latest front end, it'd be a good chance for me to finally learn C/C++ (I made the delmistake/del decision to learn D

Re: OT: Flash and Javascript (Was: Taunting)

2009-05-28 Thread grauzone
Alexander Pánek wrote: grauzone wrote: browsers. What's the big deal everyone have with Javascript? It's unnecessary, annoying, slower, and adds security holes. When using Firefox, I usually use NoScript to block all scripts by default. Sometimes, some minor things don't work, and I have to

Re: OT: Flash and Javascript (Was: Taunting)

2009-05-28 Thread grauzone
Alexander Pánek wrote: grauzone wrote: Alexander Pánek wrote: grauzone wrote: browsers. What's the big deal everyone have with Javascript? It's unnecessary, annoying, slower, and adds security holes. When using Firefox, I usually use NoScript to block all scripts by default. Sometimes,

Re: DCat V0.006 - JSON and revised TinyXML

2009-05-28 Thread Tim Matthews
Denis Koroskin wrote: On Thu, 28 May 2009 17:55:45 +0400, Steve Teale steve.te...@britseyeview.com wrote: I have posted a new zip file today - http://britseyeview.com/dcat/dcat0.006.zip. This has a JSON implementation and significant revisions to the TinyXML module. It will also run as

Re: ldc 0.9.1 released

2009-05-28 Thread Christian Kamm
Timo Gransch wrote: I compile a programm using ldmd -g -debug test.d Then I try to debug using gdb with the D patches: (gdb) list 1 ../sysdeps/x86_64/elf/start.S: No such file or directory. in ../sysdeps/x86_64/elf/start.S On x86-32 that gives me a listing of the main function

Re: ldc 0.9.1 released

2009-05-28 Thread Robert Fraser
Walter Bright wrote: The D compiler source doesn't use any templates, rtti, or clever macro hacks. Whether it's well designed or not, I'll let others decide. It is written in a D-ish style. I ported part of the DMDFE to Java, and found it quite well-designed (with the exception of the

Re: ldc 0.9.1 released

2009-05-28 Thread bearophile
Robert Fraser: However, the DMDFE's organization relies on being able to declare class member functions separately from where they're defined, which is impossible in D (hint, hint, nudge, nudge). This current characteristics of D classes makes them a bit simpler to read/understand/use. Can

Re: QtD 0.2 release announcement.

2009-05-28 Thread Eldar Insafutdinov
Eldar Insadutdinov Wrote: Another release of QtD is out. This time, it's Linux-only because OPTLINK refuses to link the project with debug info on Windows (see bug http://d.puremagic.com/issues/show_bug.cgi?id=2436). If anybody wants QtD on Windows, please keep pushing Walter until he does

Re: ldc 0.9.1 released

2009-05-28 Thread Nick Sabalausky
bearophile bearophileh...@lycos.com wrote in message news:gvmtt5$5o...@digitalmars.com... Robert Fraser: However, the DMDFE's organization relies on being able to declare class member functions separately from where they're defined, which is impossible in D (hint, hint, nudge, nudge). This