ALGOL W

Back

ALGOL W is a general-purpose programming language that was designed for scientific and system programming. It was primarily used for numerical computations and algorithm development.

Hello, world:

begin
    write( "Hello world!" )
end.

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