
After five years of development,
Free Pascal 2.0 is ready. With the new compiler, its authors believe they are ready to become a larger open source development platform. In the MS-DOS world, Pascal was one of the major programming languages and is by means of Borland Delphi an important programming language in the Windows world. In the open source world, Free Pascal is the leading Pascal compiler and while open source is a bit biased using the C language, the Pascal language has a lot to offer to open source programmers.
The later Object Pascal versions of the language is actually very nice to use in most respects.
There are features in OP7 from Borland that I would die for in C++ or Java (methods attached transparently for property get/set).
But, there are also langauage features that get in the way IMHO (the whole "begin" and "end" syntax for one).