Fantom
Fantom is a statically-typed programming language designed to be highly modular and versatile. It aims to provide strong concurrency and interoperability capabilities, making it suitable for developing web applications, services, and desktop software.
Hello, world code example:
class HelloText
{
public static Void main ()
{
echo ("Hello world!")
}
}
Popularity: Less than 1% of developers are using or have used this language.*
*According to StackOverflow's 2023 survey.
Repositories on GitHub: 195