Intentional Software

Intentional Software was a software company that designed tools and platforms that followed the principles of intentional programming in which programmers focus on capturing the intent of users and designers, and spend as little time as possible interacting with machines and compilers. Its tools included language workbenches, tools that separated software function from implementation, and allowed 'language-focused' development. This allowed automatic rewriting of code as expert knowledge of implementation options changed. The company later began developing a platform for improving productivity of software groups.

History

Charles Simonyi led a team in Microsoft Research in the 1990s and developed the concept of Intentional Programming, in which programmers focus on capturing the intent of users and designers, and spend as little time as possible interacting with machines and compilers. Simonyi developed the paradigm and by March 1995 had built an integrated development environment demonstrating it. In September 1995, he published a technical report entitled "The Death Of Computer Languages, The Birth of Intentional Programming", and in 1996, he presented a talk. The project was moved from Microsoft Research to the development group in 1999. In 2000, Microsoft Research released an educational video introducing their Intentional Programming system.

Around spring 2001, Microsoft was rolling out C# and .NET to counter Java adoption, and decided not to productize the Intentional Programming paradigm. Simonyi obtained Microsoft's approval to take his idea out from Microsoft and commercialize it himself. Microsoft cross-licensed Simonyi's patents to Intentional Software, but he could not take any of the code. The company was co-founded by Simonyi and Gregor Kiczales in 2002, and later headed by CEO Eric Anderson. However, Kiczales left the company in 2003. After rewriting the code from scratch, in 2006, another major rewrite was performed.

In 2017, the company had almost 100 staff. On April 18, 2017, it was acquired by Microsoft, with many of its employees joining the Microsoft Office team.

Products and services

Intentional Software developed the Domain Workbench, a language workbench for building and working with domain-specific languages, and designed custom languages for clients for their particular uses. They also built the Intentional Platform, a platform for group productivity software.

Intentional Software's ideas and capabilities were not particularly novel, and had all been around for a while. However, their language workbench was more mature than comparable tools of the time. Programs were written in a general purpose language with the working name of CL1, which was represented as a tree or database rather than text. This information could be projected or viewed in several ways, such as circuit diagrams or a C#-like language. The workbench featured integrated specification of test cases, integrated version control, and a runtime deployment option to release standalone products. The system was primarily integrated into the .NET ecosystem, but Java deployment was also supported.

References


Uses material from the Wikipedia article Intentional Software, released under the CC BY-SA 4.0 license.