Bosque (programming language)
Bosque is a free and open-source programming language developed by Microsoft that was inspired by the syntax and types of TypeScript and the semantics of ML and Node/JavaScript.[3][4] Design goals for the language include better software quality and improved developer productivity.[5][6]
Paradigm | Multi-paradigm: functional, typed language |
---|---|
Designed by | Mark Marron |
Developer | Microsoft |
First appeared | March 3, 2019[1] |
License | MIT License |
Filename extensions | .bsq[2] |
Website | www |
Influenced by | |
JavaScript, TypeScript, ML |
Overview
Bosque was designed by Microsoft Research computer scientist Mark Marron,[7] who describes the language as an effort to move beyond the structured programming model that became popular in the 1970s.[3][8]
The structured programming paradigm, in which flow control is managed with loops, conditionals, and subroutines, became popular after a 1968 paper titled "Go To Statement Considered Harmful" by computer scientist Edsger Dijkstra. Marron believes we can do better by getting rid of sources of complexity like loops, mutable state, and reference equality. The result is Bosque, which represents a programming paradigm that Marron, in a paper he wrote, calls "regularized programming."
The Bosque specification, parser, type checker, reference interpreter, and IDE support are licensed under MIT License and available on GitHub.[9]
References
- "BosqueLanguage". Microsoft. March 3, 2019. Retrieved April 29, 2019.
- Using Bosque - Bosque Programming Language
- Microsoft debuts Bosque – a new programming language with no loops, inspired by TypeScript
- Bosque is Microsoft's new open source, TypeScript-inspired programming language
- Microsoft aims for simplicity with Bosque programming language
- Microsoft’s New Programming Language ‘Bosque’ Keeps Your Code Simple
- Microsoft’s Bosque Language Wants to Change Programming Forever
- Microsoft Introduces Bosque, a Programming Language for Writing Easy-to-Reason-about Code
- https://github.com/Microsoft/BosqueLanguage
Further reading
- Mark Marron (2019). "Regularized Programming with the BOSQUE Language" (PDF). Microsoft Research. Cite journal requires
|journal=
(help)