Slashdot Mirror


User: kevinbe

kevinbe's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. Just say no to RAD languages... on Visual Basic book author gives up the language · · Score: 1

    I wouldn't rule out all RAD languages...

    The majority are designed for RAD development only but there is one that stands out among the competition: Delphi. The reason is that the language is far more general purpose that its competitors. For example, Delphi, parts of C++Builder and JBuilder are actually written in Delphi - proving that you can produce commercial quality products using it. Another example is Allaire's HomeSite - the best web development tool I've encountered.

    If you do some Windows programming and haven't looked at it give it a try. It is the best RAD tool I've encountered so far. The language itself is very close to C++ in its power.

    It is just a pity there isn't anything quite like it for Linux.

    Cheers,
    Kevin.