Cross-platform native development with Lazarus. Tristan Linnell [email_address]
Lazarus A full IDE on top of the  Free Pascal  Compiler.
RAD IDE, similar to Delphi.
”Drag and drop”, event driven design.
Cross-platform: Win, Mac, Linux, FreeBSD, Win CE... ”Write Once, Compile Anywhere”.
Multiple Widget Sets: Win, QT, GTK, Carbon...
Produces standard executables, shared libraries and object files.
Free Pascal Compiler (FPC) Object Oriented modern Pascal dialect.
Cross-platform.
Written in FPC (itself).
Supports multiple dialects (Object Pascal, FPC, Delphi, Turbo Pascal, Mac Pascal...)
Many built-in functions in the Run Time Library (RTL).
Lazarus
Lazarus Component Library Or  LCL . Similar to Delphi's  VCL .
Collection of standard and advanced controls.
Abstracts away the Widgetset's and OS's APIs.
Provides extra functions for cross-platform development, minimising use of  {$IFDEF} s

Lazarus