bosque is a programming language created in 2019.
| #662on PLDB | 7Years Old |
git clone https://github.com/Microsoft/BosqueLanguageThe 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" | " |