Lazarus: IDE for Pascal similar to Delphi

Lazarus It is a free clone of Delphi, the favorite IDE of those who program in Object pascal on Windows. It allows to migrate Delphi projects and has versions for Windows, Mac and Linux


If you are a Windows Pascal programmer you probably know Delphi, the IDE developed by Borland. Is there a way to migrate your projects from Delphi to Linux? At the time, Borland tried to make this dream come true, releasing Kylix in 2006. It went as far as version 3 and included support for Object Pascal and C ++, but it never quite flourished.

Fortunately, there is a third application that can help us if our economy is not very comfortable: Lazarus. It is a project developed from Free pascal, "open source" and available for Windows and Linux.

Lazarus is, for those who don't know, a rapid application development environment (RAD). It is basically a clone of the Delphi environment for GNU / Linux. It is object-oriented and allows the development of programs in Free Pascal (a portable, free and open source Pascal compiler, which represents an alternative to the commercial products Turbo Pascal and Delphi). In short, Lazarus is an integrated environment (IDE), which unifies editing, debugging and execution tasks in a single tool.

Installation

En Ubuntu and derivatives:

sudo apt-get install lazarus

En Arch and derivatives:

pacman -S lazarus

En Fedora and derivatives:

yum install lazarus

It is also available in the official repositories of the vast majority of popular distributions.

Sure, there is always the alternative of download source code and compile it.

Last but not least, it should be noted that the project has a Wiki very complete in Spanish.


Leave a Comment

Your email address will not be published. Required fields are marked with *

*

*

  1. Responsible for the data: Miguel Ángel Gatón
  2. Purpose of the data: Control SPAM, comment management.
  3. Legitimation: Your consent
  4. Communication of the data: The data will not be communicated to third parties except by legal obligation.
  5. Data storage: Database hosted by Occentus Networks (EU)
  6. Rights: At any time you can limit, recover and delete your information.

  1.   Windows Command said

    Windows MANDAAA !!! Aguanteee Lazarus for WINDOWS !!! 😀

  2.   Reneco said

    The execution speed of the programs developed in Lazarus is not mentioned much, when using freepascal it is very fast, in notebook it is faster than gcc and Visual Studio.

  3.   edwin lamoca said

    I always like to program in Pascal and then move on to Delphi, very good. But now that I use free software, Lazarus is the one to continue manufacturing my code.