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,…