Oxygene

Oxygene is a programming language developed by RemObjects Software for Microsoft's Common Language Infrastructure, the Java Platform and Cocoa. Oxygene is based on Delphi's Object Pascal, but also has influences from C#, Eiffel, Java, F# and other languages. Wikipedia

Created Year: 2005
Developed by: RemObjects Software

Wikidata: Q910482

Programming paradigms: object-oriented programmingparallel computing

Language types: object-based language

Hello World in Oxygene

implementation

class method ConsoleApp.Main;
begin
  Console.WriteLine('Hello World');
end;

end.

Search on GitHub


Latest data update: 2024-11-25