PureBasic
PureBasic is a high-level programming language that prioritizes simplicity and efficiency in syntax, making it easy to learn and write code. It is mainly used for creating native applications, particularly in the field of software development for Windows, macOS, and Linux.
Hello, world code example:
OpenConsole()
PrintN("Hello world!")
Input() ; Wait for enter
Popularity: Less than 1% of developers are using or have used this language.*
*According to StackOverflow's 2023 survey.
Repositories on GitHub: 10,152