Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 526 Bytes

ReadMe.markdown

File metadata and controls

5 lines (3 loc) · 526 Bytes

Om

Om is an experimental high-level programming language with the goal of maximal simplicity. It is a concatenative, homoiconic, embeddable programming and algorithm notation language, implemented in C++, with minimal syntax (only three elements), prefix notation (whereby functions manipulate the remainder of the program itself), and "panmorphic" typing (allowing programming without data types).

See the documentation for more information.