Thursday, April 13, 2006

Free Pascal

I must admit, that often I am using Free Pascal to compile my written programs, so I thought that it would be a great idea to write something about it. I really don't like Borland Turbo Pascal, which we need to use in School and as I know on the Information Technology Exam we will be using Free Pascal, so I don't see anything logical here.. Personally, for me Pascal programming language is quite poor, it is old and not comfortable, but quite easy to learn that we could understand the basics of programming, but currently, when we have so much programming languages such as Java, VB, C# that aren't alike to the best C, C++ and Assembly, but .. (Microsoft is Shit, don't use C sharp and DirectX) .. if you want to make your code multi-platform.

To get back to the Topic, Free Pascal (aka FPK Pascal) is an 32 and 64 bit professional Compiler, what is great, that it is available for different processors, like Intel x86, Amd64/x86 64, PowerPC, Sparc. The 1.0 Version, which is discontinued supports the old m68k CPU and works on Amiga Classic Computer, BeOS, SunOS, QNX and the current stable version is targeted for Linux, FreeBSD, Mac OS X/Darwin, Mac OS classic, DOS, Win32, OS/2, Netware (libc and classic), Solaris, SkyOS and MorphOS - which is Amiga Related Operating System. Current Stable version is 2.0.2, but you can use the developer versions, which you can call beta. Free Pascal has a lot of features, as I know, when Borland announced that Turbo Pascal will be discontinued (Delphi appeared) one Student wrote his own Pascal Compiler which had excellent support for TB 7.0 code and later his personal project grew to a big one as we see Today. New versions support Delphi features as well as Delphi (classes, rtti, exceptions, ansistrings, widestrings, interfaces) Moreover, it supports MacPascal to assist Apple computer users. Lets don't forget that Free Pascal support function overloading, operator overloading, global properties and similar features. Lets remember that Free Pascal is Open Source Software which you can download free from SF.

More about Free Pascal

0 Comments:

Post a Comment

<< Home