![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#51 |
|
Programmer
Join Date: Nov 2005
Location: Estonia
Posts: 97
Rep Power: 0
![]() |
D is not that slow:
http://shootout.alioth.debian.org/gp...t=all&lang=all |
|
|
|
|
|
#52 |
|
Hobbyist Programmer
Join Date: May 2006
Location: West Jordan, Utah, United States
Posts: 176
Rep Power: 3
![]() |
While this thread is up, D has been released since this discussion. For me, it is better than C++ in style and easier than Java. However, you could look at it as me writing sloppier code than I did in Java. Has anyone else been using it?
|
|
|
|
|
|
#53 |
|
hi: for(;;) goto hi;
|
Don't mean to bump the topic, but it's not like it's on the second page or anything. I tried out D after checking this topic, I kinda like it. C++ will always be first in my heart, as I have a habit of doing things the hard way and D seems a little...dumbed down.
Regardless, it's my second favorite language now (though I'm not sure there was one for it to take the place of). pros Functions/variables are recognized without prototypes std has most of the things you could ever need windowing library is ridiculously easy compared to c++ classes got easier, constructors/destructors are just this and ~this, naming private variables just requires a private prefix cons printf/writefln: I started with c++ and not c, so I hardly have any appreciation for these functions. I'm still hoping for a cout replacement. it's hard to like some of the things it "does differently": sizeof, declaration of main, just to name a couple
__________________
How do you play Religious Roulette? Stand around in a circle and blaspheme till someone gets struck by lightning. |
|
|
|
|
|
#54 |
|
Resident Grouch
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jun 2005
Posts: 6,453
Rep Power: 10
![]() |
What the hell, it's only a year old, and it's only been a couple months since someone else bumped it. No prob.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code. Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers |
|
|
|
|
|
#55 |
|
hi: for(;;) goto hi;
|
Is there any point to making a new topic (as opposed to reviving a thread on the first page) with the amount of activity this board gets?
__________________
How do you play Religious Roulette? Stand around in a circle and blaspheme till someone gets struck by lightning. |
|
|
|
|
|
#56 |
|
Sexy Programmer
|
@peaceofpi: Have you tried Java?
__________________
I would love to change the world, but they won't give me the source code! |
|
|
|
|
|
#57 | |
|
Resident Grouch
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jun 2005
Posts: 6,453
Rep Power: 10
![]() |
Quote:
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code. Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers |
|
|
|
|
|
|
#58 |
|
hi: for(;;) goto hi;
|
Reggae: No, and I don't plan on it any time soon. It annoys me the same way C# does, everything seems to be part of a class. Not to mention (correct me if I'm wrong) the programs have to be run with java appname, instead of a plain old binary being made.
DaWei: Glad I'm out of your cross hairs ![]()
__________________
How do you play Religious Roulette? Stand around in a circle and blaspheme till someone gets struck by lightning. |
|
|
|
|
|
#59 |
|
Hobbyist Programmer
Join Date: May 2006
Location: West Jordan, Utah, United States
Posts: 176
Rep Power: 3
![]() |
They have E, it's for concurrent systems. Also, F# is a functional .NET language made by Microsoft.
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| The C programming Language (2nd Edition) | nnxion | Book Reviews | 10 | Jul 6th, 2007 3:29 PM |
| Which Programming Language for Beginner ? | nkanthikiran | Other Programming Languages | 18 | Jan 21st, 2006 5:53 PM |
| Best Programming Language to Use? | gfunk999 | C++ | 22 | Aug 2nd, 2005 11:59 AM |