Closed Thread
Results 1 to 3 of 3

Thread: D Programming Language.

  1. #1
    R-G's Avatar
    R-G
    R-G is offline Programmer
    Join Date
    Apr 2007
    Location
    Europe
    Posts
    144
    Rep Power
    0

    D Programming Language.

    D is a systems programming language. Its focus is on combining the power and high performance of C and C++ with the programmer productivity of modern languages like Ruby and Python. Special attention is given to the needs of quality assurance, documentation, management, portability and reliability.

    The D language is statically typed and compiles directly to machine code. It's multiparadigm, supporting many programming styles: imperative, object oriented, and metaprogramming. It's a member of the C syntax family, and its appearance is very similar to that of C++.

    I'm interested if someone has ever wrote a program algorithm in D.
    I want to know, some details on the language, any good or bad expirience with it and so on.

    Any comment is welcome.
    Like an angel without a sense of mercy.

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Location
    Advertising world
    Posts
    Many

     
  3. #2
    Join Date
    Jul 2006
    Posts
    16,491
    Blog Entries
    75
    Rep Power
    143
    I haven't used it, but since the compiler is available for free, you could certainly try it out. Personally, I suspect that C++, the Boost library, and a GUI library will give you the same power/functionality. I know there are a number of people who like it, but I already have too many C-style languages competing for space in my head without polluting that space with another.
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  4. #3
    R-G's Avatar
    R-G
    R-G is offline Programmer
    Join Date
    Apr 2007
    Location
    Europe
    Posts
    144
    Rep Power
    0
    Right, its basicaly nothing really special. I just want to read some comments from different users of the D language.

    Thank you for your uncovered reply, WingedPanther.
    Like an angel without a sense of mercy.

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. What Programming language Is This?
    By deedo in forum General Programming
    Replies: 4
    Last Post: 03-14-2011, 12:57 PM
  2. ADA programming language?
    By Dyroxide in forum General Programming
    Replies: 3
    Last Post: 02-14-2009, 12:37 PM
  3. new C-like programming language
    By kenna in forum Software Development Tools
    Replies: 14
    Last Post: 09-03-2008, 12:34 PM
  4. Which programming language do u like and why
    By Somnath in forum General Programming
    Replies: 103
    Last Post: 07-05-2008, 10:36 PM
  5. Replies: 1
    Last Post: 04-07-2008, 01:15 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts