sparist / Om

The Om programming language.
http://om-language.org
Other
167 stars 8 forks source link

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.