[KDE Dot News]
 faq
 flatforty
 contribute
 subscribe
 configure
 search
 rdf

 main
 parent
 thread


Re: Any RAD improvements?
by kosh on Tuesday 26/Aug/2003, @08:10
If coding productivity is your problem then why are you using C++? Since you have established that speed of execution is not a major issue use a higher level language to code in which will give you far better gains then the library can ever hope to give you. Then code only the parts the profiler shows you is too slow in a lower level language. Ovverall you app should be developed probably 9-10x faster and perform with 5-10% the speed of your current app but would bbe far cheaper to produce. You can often even get it faster since the higher level code is easier to use more intelligent algorithms for.
  Related Links
 ·   Articles on Qt
 ·   Also by kosh
 ·   Contact author

Thread Threshold:

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 )

  "Would you believe that this little program actually annoys some people?" -- Martin Jones
KDE®, "K Desktop Environment", "KDE Dot News", "got the dot?" and the KDE Logo® are trademarks or registered trademarks of KDE e.V. in the European Union, the United States and other countries. All other trademarks and copyrights on this page are owned by their respective owners. Comments are owned by the poster. The rest: Copyright © 2000-2008 KDE e.V. for The KDE Project. For further information or comments on this site, please contact the Webmaster.
[ home | post article | flat forty | subscribe | search | rdf ]