You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
712 B
Markdown

1 year ago
# Comun
Comun is a [LRS](lrs.md) [programming language](programming_language.md) made by [drummyfish](drummyfish.md) based on his ideals of [good technology](lrs.md). It is still work in progress, currently there is a [suckless](suckless.md) [C](c.md) 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](self_hosting.md) implementation, i.e. write comun in comun.
The language is [minimalist](minimalism.md), [imperative](imperative.md), [stack](stack.md)-based and [low level](low_level.md), similar e.g. to [FORTH](forth.md).
TODO: more, code examples, ...