Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. D Version 1.0 is released

D Version 1.0 is released

Scheduled Pinned Locked Moved The Lounge
questionannouncement
12 Posts 8 Posters 1 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • K Kevin McFarlane

    http://developers.slashdot.org/article.pl?sid=07/01/01/2041256

    Kevin

    K Offline
    K Offline
    Kevin McFarlane
    wrote on last edited by
    #3

    Oops forgot the link - I was distracted by a phone call.:) http://developers.slashdot.org/article.pl?sid=07/01/01/2041256 [^]

    Kevin

    E 1 Reply Last reply
    0
    • K Kevin McFarlane

      Oops forgot the link - I was distracted by a phone call.:) http://developers.slashdot.org/article.pl?sid=07/01/01/2041256 [^]

      Kevin

      E Offline
      E Offline
      ednrgc
      wrote on last edited by
      #4

      Cool, thanks for the "heads-up"!!!!

      1 Reply Last reply
      0
      • K Kevin McFarlane

        http://developers.slashdot.org/article.pl?sid=07/01/01/2041256

        Kevin

        N Offline
        N Offline
        Nemanja Trifunovic
        wrote on last edited by
        #5

        Thanks for the news, Kevin. But why on Earth would you leave a link to a /. "discussion"? A bunch of kids making stupid jokes on how D is better than C, so E should be better than D, and F is the best.


        Programming Blog utf8-cpp

        R K 2 Replies Last reply
        0
        • K Kevin McFarlane

          http://developers.slashdot.org/article.pl?sid=07/01/01/2041256

          Kevin

          M Offline
          M Offline
          Marc Clifton
          wrote on last edited by
          #6

          What's the sound of a programmer evangelizing? From D's creator: 1. My programs come together faster and have fewer bugs. 2. Once written, the programs are easier to modify. 3. I can do (1) and (2) without giving up performance. :rolleyes: It's sad that, coming from the guy who created the language, his selling points are the same tired mantra of the last 20 years (or more). And how in god's name does he accomplish that without designers, intellisense editors, a framework like MFC or .NET, or a debugger, or auto-documentation, etc? Riiiight. Yes, I've browsed the wiki and yes there are editors and a GUI toolkit and other things. Didn't see a debugger though. The point is, the claim of faster, better, and easier is ridiculous. I applaud his work, I just wish there was a dose of realism as to what D really shines at rather than these grandiose generalizations. That said, I also know how darn hard it can be to actually write anything "real" for a product. Marc

          Thyme In The Country

          People are just notoriously impossible. --DavidCrow
          There's NO excuse for not commenting your code. -- John Simmons / outlaw programmer
          People who say that they will refactor their code later to make it "good" don't understand refactoring, nor the art and craft of programming. -- Josh Smith

          R R 2 Replies Last reply
          0
          • N Nemanja Trifunovic

            Thanks for the news, Kevin. But why on Earth would you leave a link to a /. "discussion"? A bunch of kids making stupid jokes on how D is better than C, so E should be better than D, and F is the best.


            Programming Blog utf8-cpp

            R Offline
            R Offline
            Rama Krishna Vavilala
            wrote on last edited by
            #7

            Nemanja Trifunovic wrote:

            F is the best.

            If F is the best than what will Z be?


            Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it. -Brian Kernighan

            1 Reply Last reply
            0
            • M Marc Clifton

              What's the sound of a programmer evangelizing? From D's creator: 1. My programs come together faster and have fewer bugs. 2. Once written, the programs are easier to modify. 3. I can do (1) and (2) without giving up performance. :rolleyes: It's sad that, coming from the guy who created the language, his selling points are the same tired mantra of the last 20 years (or more). And how in god's name does he accomplish that without designers, intellisense editors, a framework like MFC or .NET, or a debugger, or auto-documentation, etc? Riiiight. Yes, I've browsed the wiki and yes there are editors and a GUI toolkit and other things. Didn't see a debugger though. The point is, the claim of faster, better, and easier is ridiculous. I applaud his work, I just wish there was a dose of realism as to what D really shines at rather than these grandiose generalizations. That said, I also know how darn hard it can be to actually write anything "real" for a product. Marc

              Thyme In The Country

              People are just notoriously impossible. --DavidCrow
              There's NO excuse for not commenting your code. -- John Simmons / outlaw programmer
              People who say that they will refactor their code later to make it "good" don't understand refactoring, nor the art and craft of programming. -- Josh Smith

              R Offline
              R Offline
              Rama Krishna Vavilala
              wrote on last edited by
              #8

              Marc Clifton wrote:

              Didn't see a debugger though

              I think you can use Visual Studio to debug the D programs. It can build symbolic information. That's what I inferred from the debugging section. -- modified at 11:18 Monday 8th January, 2007 [Edit] Inncorrect: There is a windbg.exe which can be used for interactive debugging.


              Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it. -Brian Kernighan

              1 Reply Last reply
              0
              • N Nemanja Trifunovic

                Thanks for the news, Kevin. But why on Earth would you leave a link to a /. "discussion"? A bunch of kids making stupid jokes on how D is better than C, so E should be better than D, and F is the best.


                Programming Blog utf8-cpp

                K Offline
                K Offline
                Kevin McFarlane
                wrote on last edited by
                #9

                It was just the first link I came across that had a bullet point summary.

                Kevin

                1 Reply Last reply
                0
                • M Marc Clifton

                  What's the sound of a programmer evangelizing? From D's creator: 1. My programs come together faster and have fewer bugs. 2. Once written, the programs are easier to modify. 3. I can do (1) and (2) without giving up performance. :rolleyes: It's sad that, coming from the guy who created the language, his selling points are the same tired mantra of the last 20 years (or more). And how in god's name does he accomplish that without designers, intellisense editors, a framework like MFC or .NET, or a debugger, or auto-documentation, etc? Riiiight. Yes, I've browsed the wiki and yes there are editors and a GUI toolkit and other things. Didn't see a debugger though. The point is, the claim of faster, better, and easier is ridiculous. I applaud his work, I just wish there was a dose of realism as to what D really shines at rather than these grandiose generalizations. That said, I also know how darn hard it can be to actually write anything "real" for a product. Marc

                  Thyme In The Country

                  People are just notoriously impossible. --DavidCrow
                  There's NO excuse for not commenting your code. -- John Simmons / outlaw programmer
                  People who say that they will refactor their code later to make it "good" don't understand refactoring, nor the art and craft of programming. -- Josh Smith

                  R Offline
                  R Offline
                  Rocky Moore
                  wrote on last edited by
                  #10

                  It is funny how people want to promote a langauge. For me it is simply I am not into langauges, but into frameworks/APIs. It is not ONLY the syntax of C# that I am sold on, it is the .NET platform. Yes, C# makes my life a bit eaiser, but if I was doing old Win32 apps, I would never had bothered moving from C/C++.

                  Rocky <>< Latest Code Blog Post: SQL Server Express Warnings & Tips Latest Tech Blog Post: Microsoft doing it again!

                  G 1 Reply Last reply
                  0
                  • R Rocky Moore

                    It is funny how people want to promote a langauge. For me it is simply I am not into langauges, but into frameworks/APIs. It is not ONLY the syntax of C# that I am sold on, it is the .NET platform. Yes, C# makes my life a bit eaiser, but if I was doing old Win32 apps, I would never had bothered moving from C/C++.

                    Rocky <>< Latest Code Blog Post: SQL Server Express Warnings & Tips Latest Tech Blog Post: Microsoft doing it again!

                    G Offline
                    G Offline
                    gnk
                    wrote on last edited by
                    #11

                    ...and what are you doing now? new win64 apps? :confused:

                    gnk

                    R 1 Reply Last reply
                    0
                    • G gnk

                      ...and what are you doing now? new win64 apps? :confused:

                      gnk

                      R Offline
                      R Offline
                      Rocky Moore
                      wrote on last edited by
                      #12

                      I am referring to .NET applications vs standard Win32 apps. I only do .NET now and will continue to do so while adding applications targeted to Vista (my primary focus for any desktop applications, might not ever touch non-Vista apps again).

                      Rocky <>< Latest Code Blog Post: SQL Server Express Warnings & Tips Latest Tech Blog Post: Microsoft doing it again!

                      1 Reply Last reply
                      0
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      • Login

                      • Don't have an account? Register

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Categories
                      • Recent
                      • Tags
                      • Popular
                      • World
                      • Users
                      • Groups