Table of Contents
Fetching ...

Omega: The Power of Visual Simplicity

Benoit Sonntag, Dominique Colnet

TL;DR

Omega leverages a visual-oriented approach to encompass all fundamental aspects of software engineering, and offers robust features, including safe static typing, design by contracts, rules for accessing slots, operator definitions, and more, all presented in an intuitively and visually comprehensible manner.

Abstract

We are currently developing an innovative and visually-driven programming language called Omega.Although the Omega code is stored in text files, these files are not intended for manual editing or traditional printing.Furthermore, parsing these files using a context-free grammar is not possible.The parsing of the code and the facilitation of user-friendly manual editing both necessitate a global knowledge of the codebase.Strictly speaking, code visualization is not an integral part of the Omega language; instead, this task is delegated to the editing tools.Thanks to the global knowledge of the code, the editing process becomes remarkably straightforward, with numerous automatic completion features that enhance usability.Omega leverages a visual-oriented approach to encompass all fundamental aspects of software engineering.It offers robust features, including safe static typing, design by contracts, rules for accessing slots, operator definitions, and more,all presented in an intuitively and visually comprehensible manner, eliminating the need for obscure syntax.

Omega: The Power of Visual Simplicity

TL;DR

Omega leverages a visual-oriented approach to encompass all fundamental aspects of software engineering, and offers robust features, including safe static typing, design by contracts, rules for accessing slots, operator definitions, and more, all presented in an intuitively and visually comprehensible manner.

Abstract

We are currently developing an innovative and visually-driven programming language called Omega.Although the Omega code is stored in text files, these files are not intended for manual editing or traditional printing.Furthermore, parsing these files using a context-free grammar is not possible.The parsing of the code and the facilitation of user-friendly manual editing both necessitate a global knowledge of the codebase.Strictly speaking, code visualization is not an integral part of the Omega language; instead, this task is delegated to the editing tools.Thanks to the global knowledge of the code, the editing process becomes remarkably straightforward, with numerous automatic completion features that enhance usability.Omega leverages a visual-oriented approach to encompass all fundamental aspects of software engineering.It offers robust features, including safe static typing, design by contracts, rules for accessing slots, operator definitions, and more,all presented in an intuitively and visually comprehensible manner, eliminating the need for obscure syntax.
Paper Structure (28 sections, 26 figures)

This paper contains 28 sections, 26 figures.

Figures (26)

  • Figure 1: The usual Hello world! program.
  • Figure 2: Two print statements within a multi-line block.
  • Figure 3: The default is to visualize comments in red and types using green.
  • Figure 4: Graphical symbols in blue color on all figures are vectorially defined.
  • Figure 5: Example of a user-defined electronic symbol.
  • ...and 21 more figures