Source: commons.wikimedia.org

Bosque is a free and open-source programming language designed & developed by Microsoft that was inspired by the syntax and types of TypeScript and the semantics of ML and Node/JavaScript. Design goals for the language include better software quality and improved developer productivity. Wikipedia

Created Year: 2019
Developed by: Microsoft Research

Wikidata: Q63243349

Programming paradigms: functional programming

Hello World in Bosque

namespace NSMain;

entrypoint function main(): String {  
    return "Hello World";
}

Search on GitHub


Latest data update: 2023-04-17