712 B
712 B
Comun
Comun is a LRS programming language made by drummyfish based on his ideals of good technology. It is still work in progress, currently there is a suckless C implementation and a number of supplemental material (specification, tutorial, ...); the project repository is currently at https://codeberg.org/drummyfish/comun. The goal now is to make a self hosted implementation, i.e. write comun in comun.
The language is minimalist, imperative, stack-based and low level, similar e.g. to FORTH.
TODO: more, code examples, ...