![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#11 |
|
Professional Programmer
Join Date: May 2006
Location: Maryland, USA
Posts: 306
Rep Power: 3
![]() |
Here is what I mean about the templates and regular expressions. Take a look at the code below:
c Syntax (Toggle Plain Text)
|
|
|
|
|
|
#12 | |
|
Retired Programmer
Join Date: Jul 2006
Posts: 45
Rep Power: 0
![]() |
Quote:
|
|
|
|
|
|
|
#13 |
|
Hobbyist Programmer
Join Date: Aug 2005
Location: Hiding from... them...
Posts: 110
Rep Power: 4
![]() |
Baphomet- If you want to learn another language, learning one that's radically different from the ones you know would be more educational/useful than learning one as similar as D is to C++. Try a language like Python or Ruby- they are both very different from languages you know.
__________________
:wq |
|
|
|
|
|
#14 |
|
Programmer
Join Date: Aug 2005
Location: Norway
Posts: 56
Rep Power: 0
![]() |
Crap, I need to install GCC at new to get GDC working, so I may get an older GCC
![]()
__________________
Heh. |
|
|
|
|
|
#15 | |
|
Retired Programmer
Join Date: Jul 2006
Posts: 45
Rep Power: 0
![]() |
Quote:
Quite honestly, I thought about learning those two. Are they compiled languages? I never got a straight answer when I did research. |
|
|
|
|
|
|
#16 | |
|
Programming Guru
![]() Join Date: Aug 2005
Location: England
Posts: 1,499
Rep Power: 5
![]() |
Quote:
Python is compiled at runtime into platform independant bytecode. The bytecode for external modules is cached to allow for faster startup times. Python is typically several times faster than Ruby, but still quite a bit slower than Java and C++. That said, modern processors have so much power these days that one usually doesn't need the efficiency of C or C++. And when one does, both Python and Ruby make it easy to integrate C/C++ routines in when you need that sort of power. Both Python and Ruby are rather different from C++. Much more so than D, at least. |
|
|
|
|
|
|
#17 |
|
Retired Programmer
Join Date: Jul 2006
Posts: 45
Rep Power: 0
![]() |
I don't want to learn an interpreted language for application development. Unless, I;m mking a web program or something.
|
|
|
|
|
|
#18 | |
|
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 |
|
|
|
|
|
|
#19 | |
|
Retired Programmer
Join Date: Jul 2006
Posts: 45
Rep Power: 0
![]() |
Quote:
It's because of my clients. At this point I need to be as efficient as possible with whatever language I use. My clients all have Windows. My clients also have old PCs without much memory, hd space, or processor speed. If my clients had faster machines I'd switch. Simple as that. |
|
|
|
|
|
|
#20 |
|
Programmer
Join Date: Aug 2005
Location: Norway
Posts: 56
Rep Power: 0
![]() |
I think this regular expression template stuff in D looks really cool.
__________________
Heh. |
|
|
|
![]() |
| 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 4:29 PM |
| Which Programming Language for Beginner ? | nkanthikiran | Other Programming Languages | 18 | Jan 21st, 2006 6:53 PM |
| Best Programming Language to Use? | gfunk999 | C++ | 22 | Aug 2nd, 2005 12:59 PM |