The Fine Print: The following comments
are owned by whomever posted them.
( Reply )
|
Re: Any RAD improvements?
by mtm on Tuesday 26/Aug/2003, @10:24
|
Maybe because C++ can be one the best languages regarding productivity.
STL and generic algorithms is the key.
|
[
Reply To This | View ]
|
Re: Any RAD improvements?
by marko on Tuesday 26/Aug/2003, @10:46
|
Ever heard of Eiffel ?
|
[
Reply To This | View ]
|
Re: Any RAD improvements?
by David Pye on Tuesday 26/Aug/2003, @11:40
|
AHAHAHHA HAHHAHA HHHAAAAAAAAAA AAAAAAAA AAAAAAAAAA AAAAAAAAAA
We did Eiffel in my first year of Uni, and everybody utterly HATED it..
They wanted to Java instead...
I have to agree, Eiffel does suck.
!!theObject.make();
|
[
Reply To This | View ]
|
Re: Any RAD improvements?
by AC on Thursday 28/Aug/2003, @07:16
|
Java bites and Eiffel's syntax is horrible. Just like Smalltalk: ugly as sin.
|
[
Reply To This | View ]
|
Re: Any RAD improvements?
by sage on Tuesday 26/Aug/2003, @14:46
|
mtm,
My thoughts too. And add templates to the list.
John
|
[
Reply To This | View ]
|
Re: Any RAD improvements?
by kosh on Tuesday 26/Aug/2003, @21:29
|
I have not seen any way that someone can be as productive in C++ as they can be in python. There are other higher level languages also that can also be more productive.
|
[
Reply To This | View ]
|
|
Re: Any RAD improvements?
by David on Saturday 10/Jul/2004, @00:55
|
Speed improvements are important for embedded systems, where it might not be
possible to just get more powerful hardware. As far as I know qt is
the best for seamlessly going from desktop to embedded without having to
do a whole lot of work.
|
[
Reply To This | View ]
|
The Fine Print: The previous
comments are owned by whomever posted them.
( Reply )
|