Microsoft launches a new programming language ‘Bosque’ designed for writing simple code

Meet Bosque, Microsoftโ€™s new programming language with no loops and conditions

Microsoft Research recently introduced a new open-source programming language called โ€˜Bosqueโ€™ that is โ€œdesigned for writing code that is simple, obvious, and easyโ€ for humans and machines to understand.

According to Mark Marron, Microsoftโ€™s computer scientist and chief developer of the language, the key design features of the language provide ways to eliminate “accidental complexity” in the development and coding process. It does so by embracing algebraic operations and by breaking nearly 50 years of existing programming models.

The company says that the language “derives from a combination of TypeScript inspired syntax and types plus ML and Node/JavaScript inspired semantics”.

As Marron pointed out in his paper, Bosqueย is an effort to move beyond the paradigm of structured programming that became popular in the 1970s.

A 1968 paper titled “Go To Statement Considered Harmful” by computer scientist Edsger Dijkstra popularized the fact that flow control in structured programming paradigm is managed with loops, conditionals, and subroutines.

However, Marron represents Bosque as โ€˜regularized programmingโ€™ that getsย rid of sources of complexity like loops, mutable state, and reference equality.

โ€œThis model builds on the successes of structured programming and abstract data types by simplifying existing programming models into a regularized form that eliminates major sources of errors, simplifies code understanding and modification, and converts many automated reasoning tasks over code into trivial propositions,โ€ explained Marron in hisย technical paper.

โ€œThe goal is improved developer productivity, increased software quality, and enabling a range of new compilers and developer tooling experiences,โ€ adds Marron.

Bosque is currently in the development stage and experts recommend not to use the programming language for any production work. However, it is open for experiment and developers can add their contributionsย on theย Microsoft Bosque GitHub repository

Bosque becomes the latest addition on Microsoftโ€™s programming language list, which already includes popular languages like C#, F#, and TypeScript.

Kavita Iyer
Kavita Iyerhttps://www.techworm.net
An individual, optimist, homemaker, foodie, a die hard cricket fan and most importantly one who believes in Being Human!!!
spot_img

Read More

Suggested Post