REALBasic

Back

Hello, world:

Function Run(args() as String) As Integer
  Print "Hello world!"
  Quit
End Function

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