Concatenative language
Other languages
Computer Science
Meta
mlatu is a concatenative programming language; you can concatenate two programs and its result will be the concatenation of the programs' individual results. It is declarative: instead of telling the implementation what to *do*, one tells the implementation what *is*. mlatu is evaluated via a term-rewriting system and so all expressions are referentially transparent, evaluating to the same result each time they are written. mlatu is interacted with via a structured editor and interface, removing most syntactical bikesheds. For more information, visit the GitHub page: [[https://github.com/mlatu-lang/mlatu]]
Describe this revision:
Save