bosque is a programming language created in 2019.
git clone https://github.com/Microsoft/BosqueLanguage
#679on PLDB | 4Years Old |
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 | Token | Example |
---|---|---|---|
Strings | ✓ | " | "Hello world" |