bosque is a programming language created in 2019.
#639on PLDB | 5Years Old |
git clone https://github.com/Microsoft/BosqueLanguage
The Bosque programming language is an experiment in regularized design for a machine assisted rapid and reliable software development lifecycle.
namespace NSMain;
entrypoint function main(): String {
return "Hello World";
}
Feature | Supported | Example | Token |
---|---|---|---|
Strings | ✓ | "Hello world" | " |