Back

PascalABC.NET

PascalABC.NET is a programming language that combines the Pascal and Object Pascal languages, with additional features inspired by C#, Java, and Visual Basic.NET. It is primarily used for teaching programming concepts, developing educational software, and creating desktop applications.

Hello, world code example:

// Hello world/Text. Nigel Galloway: January 25th., 2023
begin
  System.Console.WriteLine('Hello World!');
end.

Popularity: Less than 1% of developers are using or have used this language.*
*According to StackOverflow's 2023 survey.