My Story with Object Pascal language. Part one: Turbo Pascal

Before the university I have studied BASIC language using my MSX 64 K Bytes Ram, 2.8 Z80 Computer. On that time cassette tapes were the only available storage media that I have. On this computer I have learned the basic of programming, dealing with data, input and output, and finally I was able to write…

FreePascal/Lazarus book: Start programming using Object Pascal

This book is written for programmers whom want to learn Object Pascal Language. Also it is suitable as a first programming book for new students and non-programmers. It illustrates programming techniques as general in addition to Object Pascal Language. License: License of this book is Creative Commons. Chapters: Language Basics Structured Programming GUI Object Oriented…

What is Free Pascal

Free Pascal is a free and open source Object Pascal Language compiler. It is a native compiler, which generates native code for operating systems the same like C and C++ compilers do. No need for virtual machines or big libraries for deployment. Free Pascal is a cross platform compiler, it is available for: Linux, FreeBSD,…