Hare
Hare is a high-level programming language that emphasizes simplicity and readability. It is primarily used for teaching and learning programming concepts.
Hello, world code example:
use fmt;
export fn main() void = {
fmt::println("Hello, world!")!;
};
Popularity: Less than 1% of developers are using or have used this language.*
*According to StackOverflow's 2023 survey.