Questions tagged [bosque]

A programming language introduced by Microsoft scientist Mark Marron. It's inspired by the syntax and types of TypeScript and the semantics of ML and Node/JavaScript.

The Bosque programming language is a Microsoft Research project that is investigating language designs for writing code that is simple, obvious, and easy to reason about for both humans and machines. The key design features of the language provide ways to avoid accidental complexity in the development and coding process. The result is improved developer productivity, increased software quality, and enable a range of new compilers and developer tooling experiences.

2 questions
3
votes
1 answer

Does a REPL exist for Bosque?

I have checked out the new programming language and i compiled my code examples with exegen. In order to get more productive and in order to get faster feedback, i would like to use a REPL. For example i would like to write this code in the REPL…
David
  • 2,926
  • 1
  • 27
  • 61
3
votes
0 answers

Post- and Preconditions

I was just reading the documentation for the Bosque Programming Language and came across section 12 about errors and checks I was wondering if C# has a similar concept to post and preconditions. At first glimpse, I thought that this looks like…
Bongo
  • 2,933
  • 5
  • 36
  • 67