PowerBASIC
Hello, world code example:
#COMPILE EXE
#COMPILER PBCC 6
FUNCTION PBMAIN () AS LONG
CON.PRINT "Hello world!"
CON.WAITKEY$
END FUNCTION
Popularity: Less than 1% of developers are using or have used this language.*
*According to StackOverflow's 2023 survey.