Thread: D language?

  1. #46
    Reverse Engineer maxorator's Avatar
    Join Date
    Aug 2005
    Location
    Estonia
    Posts
    2,318
    I just typed www.dprogramming.com into my address bar and guess what I got - the D programming language!

    Quote Originally Posted by Mad_guy View Post
    Would you also advocate the use of wood to build skyscrapers and say that steel isn't needed, people just need to learn how to "build things better"?
    Didn't think so.
    Those extra features doesn't make the program "stronger", I think performance is close to stronger than "repairing the skyscraper every day". Anyway, let's cut the crap - we just have different opinions and that won't change anyway. Let's concentrate to the meaning of this thread - enterntainment.
    "The Internet treats censorship as damage and routes around it." - John Gilmore

  2. #47
    Disrupting the universe Mad_guy's Avatar
    Join Date
    Jun 2005
    Posts
    258
    Quote Originally Posted by maxorator View Post
    Those extra features doesn't make the program "stronger", I think performance is close to stronger than "repairing the skyscraper every day".
    So... You'd rather run really fast and do it in a shakey, non-reliable manner (you might not even get to the finish line, mind you) than go somewhat slower and be correct? Be composable and extendable? I fail to see how being wrong helps anybody, regardless how fast you come to the conclusion. I'd rather have my program spend an extra 5 seconds doing something internally with the runtime (GC, proper thread synchronization using STM, etc) than just leak memory, have a deadlock or just crash. I'm pretty sure the people who use my program would feel the same way.

    I'll agree to disagree at this point, but I still wonder why you would rather go fast than be a little slower but be more composable, reliable and modular. Speed is not the same as strength.
    operating systems: mac os 10.6, debian 5.0, windows 7
    editor: back to emacs because it's more awesomer!!
    version control: git

    website: http://0xff.ath.cx/~as/

  3. #48
    Reverse Engineer maxorator's Avatar
    Join Date
    Aug 2005
    Location
    Estonia
    Posts
    2,318
    Quote Originally Posted by Mad_guy View Post
    So... You'd rather run really fast and do it in a shakey, non-reliable manner (you might not even get to the finish line, mind you) than go somewhat slower and be correct? Be composable and extendable? I fail to see how being wrong helps anybody, regardless how fast you come to the conclusion. I'd rather have my program spend an extra 5 seconds doing something internally with the runtime (GC, proper thread synchronization using STM, etc) than just leak memory, have a deadlock or just crash. I'm pretty sure the people who use my program would feel the same way.
    First debugging... then testing... then testing again... then releasing beta version. Just a hint. I know what you're going to say (that it still may have some mistakes AND/OR that some time of developing could be saved not doing those things) and then you know what I will say (that a long process like that will definitely catch every critical bug AND/OR though it runs, the bugs will probably cause the program to behave not the way it should). Why? I mean why bother saying that? We know what the other will say, we know what are our opinions. Let's just enjoy ourself and have fun.

    Any comments about the D language?
    "The Internet treats censorship as damage and routes around it." - John Gilmore

  4. #49
    (?<!re)tired Mario F.'s Avatar
    Join Date
    May 2006
    Location
    Ireland
    Posts
    8,446
    I found it useless for my needs.
    Originally Posted by brewbuck:
    Reimplementing a large system in another language to get a 25% performance boost is nonsense. It would be cheaper to just get a computer which is 25% faster.

  5. #50
    Ethernal Noob
    Join Date
    Nov 2001
    Posts
    1,901
    wow, you're ususally insatiable.

  6. #51
    (?<!re)tired Mario F.'s Avatar
    Join Date
    May 2006
    Location
    Ireland
    Posts
    8,446
    I kinda fell in love with C++, ya know and as such fail to see why should I get a blonde if the brunette I love so much can paint her hair. Besides the blonde I get is not as good as the brunette I have.

    This to say what I said last... D offers nothing that C++ doesn't offer already and it doesn't have the history, support and user base that C++ benefits from. Regardless, as a programming language I never cease to be amazed at those behind its development and respect them for their knowledge and capabilities.
    Originally Posted by brewbuck:
    Reimplementing a large system in another language to get a 25% performance boost is nonsense. It would be cheaper to just get a computer which is 25% faster.

  7. #52
    Registered User
    Join Date
    Jul 2006
    Posts
    162
    what kind of girl would you say assembly is?
    and i wonder how debugging fits in to the analogy... Lol?
    :-D

  8. #53
    Reverse Engineer maxorator's Avatar
    Join Date
    Aug 2005
    Location
    Estonia
    Posts
    2,318
    Quote Originally Posted by simpleid View Post
    what kind of girl would you say assembly is?
    :-D
    Assembly is a robot. It does what you tell it to do.
    "The Internet treats censorship as damage and routes around it." - John Gilmore

  9. #54
    Ethernal Noob
    Join Date
    Nov 2001
    Posts
    1,901
    A woman who knows just what to say.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. What language did they make Java in?
    By jverkoey in forum A Brief History of Cprogramming.com
    Replies: 17
    Last Post: 07-03-2005, 04:18 PM
  2. Strange loop
    By D@rk_force in forum C++ Programming
    Replies: 22
    Last Post: 12-18-2004, 02:40 PM
  3. assembly language...the best tool for game programming?
    By silk.odyssey in forum Game Programming
    Replies: 50
    Last Post: 06-22-2004, 01:11 PM
  4. Language of choice after C++
    By gandalf_bar in forum A Brief History of Cprogramming.com
    Replies: 47
    Last Post: 06-15-2004, 01:20 AM
  5. Language Script..
    By vasanth in forum A Brief History of Cprogramming.com
    Replies: 12
    Last Post: 03-30-2003, 06:48 AM