Seed7
Seed7 is a general-purpose programming language that aims to provide a higher level of abstraction compared to other languages like C or Java. It can be used for a wide range of applications including system programming, scripting, and developing complex software projects.
Hello, world code example:
$ include "seed7_05.s7i";
const proc: main is func
begin
writeln("Hello world!");
end func;
Popularity: Less than 1% of developers are using or have used this language.*
*According to StackOverflow's 2023 survey.