Pascal IDE Lazarus 1.0 Released
Written by Alex Armstrong   
Friday, 31 August 2012

Lazarus, the free cross-platform Delphi-like IDE for the Free Pascal Compiler, has reached Version 1.0 after more than ten years of development.

Lazurus may be niche, but it has an enthusiastic community. It uses Free Pascal as its back-end compiler and so can, theoretically, be used to develop applications for all platforms supported by Free Pascal - which includes Windows, Linux, OSX and more.

Object Pascal/Delphi were 11th in the TIOBE rankings at the start of the year - which isn't quite in the top ten but still enough to beat Ruby. Pascal was once the academic language of choice and this might account for its persistence.

 

lazide

 

It's syntax is almost exactly the same as Delphi and its run-time library, the Lazarus Component Library (LCL) provides a single, unified interface for programmers, with different platform-specific implementations. Using LCL, one can create applications in a write once, compile anywhere manner. The compiler also produces machine code that runs fast and efficient.

 

lazarus

 

The release is available for download at the SourceForge download page: http://sourceforge.net/projects/lazarus/files/.

More Information

Lazurus

 

espbook

 

Comments




or email your comment to: comments@i-programmer.info

 

To be informed about new articles on I Programmer, install the I Programmer Toolbar, subscribe to the RSS feed, follow us on, Twitter, Facebook, Google+ or Linkedin,  or sign up for our weekly newsletter.

 

Banner


Rust Celebrates 10 Years Since Version 1.0
17/05/2025

Rust reached the milestone of Version 1.0 becoming generally available on May 15, 2015. Version 1.87 has just been released on the 10th anniversary with a celebratory event in Utrecht during Rust week [ ... ]



A New Threat - Package Hallucination
07/05/2025

The rise and rise of reliance on LLMs for code generation has resulted in a new threat to software supply chains. Dubbed "package hallucination", this occurs when LLMs generation references to non-exi [ ... ]


More News

Last Updated ( Friday, 31 August 2012 )