Linked by Joost van der Sluis on Mon 10th Sep 2007 16:03 UTC
Thread beginning with comment 270160
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
Thanks for the link, I will check it out.. I figured there had to be something better than what I saw from the Free Pascal site. And as far as trying to compare the DOS version of Free Pascal to Netbeans or any other full featured GUI based IDE ( this is in response to the first guy who posted a response to my thread ) don't even think about going there. I would love to see someone sit down and whip out a GUI in FPC DOS at the same time someone is whipping out the same GUI in Netbeans and lets just see who gets done first. Anyway thanks for the link.




Member since:
2005-07-07
Hi, the included IDE is actually not as bad as you make it sound. It is a clone of Borland Turbo Pascal's IDE for DOS.
However, the IDE that was talked about in the article that can do RAD is called "Lazarus" and you can find it at http://lazarus.freepascal.org/
Lazarus really is a good IDE if you've used something like Delphi or the early versions of VB. It's very comparable to those. It also can do cross platform applications just like stated in the article, it really is just a simple recompile away from another platform. I'm just not a huge fan of Pascal, but if I was I'd definitely be all about Free Pascal/Lazarus, the speed of the compiler is just absolutely amazing after having used hello-world-in-c++-takes-five-seconds-to-compile-on-a-dual-core
GCC. Not that it is a fair comparison since C++ is a very difficult language to compile.