puzzlecracker wrote:
>> It's a dying language. It's been dying for the last 10 years, and I
>> predict it will continue to be dying for the next 10 or 20 years. I
>> think
>> there will continue to be a market for good C++ programmers for a long
>> time, but there will be an even better market for good programmers, for
>> whom C++ is just one of their skills.
I think the industry has yet to learn if the pure STL-style of programming,
beyond mere "C with Classes", will take off and lead to killer apps.
> What is a good compliment to C++?
C++ represents the static typing model within OO. Get with a dynamic typing
model, such as Python, Ruby, or Smalltalk. Perl also qualifies - just as
Java qualifieds as another static model - but they come with major issues.
> What good technologies these exploit?
Good dynamic languages are very easy to extend and bond with existing
systems. So for example Ruby distributions can easily bundle with GUI
toolkits like Tk, Qt, FOX, FLTK, etc. The ability to bond modules together
is very important.
--
Phlip
http://c2.com/cgi/wiki?ZeekLand <-- NOT a blog!!!