REALBasic
Hello, world code example:
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.
Repositories on GitHub: 100