wok diff lazarus/description.txt @ rev 19349

Up tazpkg (914)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jul 23 10:26:39 2016 +0200 (2016-07-23)
parents befdc87b2ace
children
line diff
     1.1 --- a/lazarus/description.txt	Fri Mar 18 10:55:31 2016 +0200
     1.2 +++ b/lazarus/description.txt	Sat Jul 23 10:26:39 2016 +0200
     1.3 @@ -1,1 +1,10 @@
     1.4 -Lazarus is a Delphi compatible cross-platform IDE for Free Pascal. It includes LCL which is more or less compatible with Delphi's VCL. Free Pascal is a GPL'ed compiler that runs on Linux, Win32, OS/2, 68K and more. Free Pascal is designed to be able to understand and compile Delphi syntax, which is OOP. Lazarus is the part of the missing puzzle that will allow you to develop Delphi like programs in all of the above platforms. Unlike Java which strives to be a write once run anywhere, Lazarus and Free Pascal strives for write once compile anywhere. Since the exact same compiler is available on all of the above platforms it means you don't need to do any recoding to produce identical products for different platforms.
     1.5 +Lazarus is a Delphi compatible cross-platform IDE for Free Pascal. It includes
     1.6 +LCL which is more or less compatible with Delphi's VCL. Free Pascal is a GPL'ed
     1.7 +compiler that runs on Linux, Win32, OS/2, 68K and more. Free Pascal is designed
     1.8 +to be able to understand and compile Delphi syntax, which is OOP. Lazarus is
     1.9 +the part of the missing puzzle that will allow you to develop Delphi like
    1.10 +programs in all of the above platforms. Unlike Java which strives to be a write
    1.11 +once run anywhere, Lazarus and Free Pascal strives for write once compile
    1.12 +anywhere. Since the exact same compiler is available on all of the above
    1.13 +platforms it means you don't need to do any recoding to produce identical
    1.14 +products for different platforms.