Nemesis Pascal 0.1 review

Download
by rbytes.net on

Nemesis Pascal is an Pascal interpreter that is: Free Open Source (GPL) Cross-platform (currently Windows and Linux) Nemesis

License: GPL (GNU General Public License)
File size: 0K
Developer: Nemesis Pascal Team
0 stars award from rbytes.net

Nemesis Pascal is an Pascal interpreter that is:

Free
Open Source (GPL)
Cross-platform (currently Windows and Linux)

Nemesis Pascal is written in Delphi and Kylix. Borland CLX libraries supplies the cross-platform features.

The Nemesis Pascal applications runs on Windows using native controls, and Linux using the CLX Library (a binding to Qt Trolltech).

Exemple:

unit test1;

interface

implementation

procedure main;
begin
ShowMessage('Hello World!');
end;

end.

Nemesis Pascal 0.1 search tags