Update shit

This commit is contained in:
Miloslav Ciz 2021-11-06 14:59:13 -05:00
parent 87916accc8
commit 710ab00dc2
3 changed files with 21 additions and 1 deletions

2
lrs.md
View file

@ -16,7 +16,7 @@ The definition here is not strict but rather fuzzy, it is in a form of ideas, st
- Being [free culture](free_culture.md), i.e. LRS programs are free as a whole, including art assets, data etc.
- Minimizing [dependencies](dependency.md), even those such as standard library or relying on OS concepts such as files or threads, even indirect ones such as build systems and even non-software ones (e.g. avoiding [floating point](float.md), GPU, 64bit etc.).
- Very portable, non-discriminating, i.e. being written in a portable language (C etc.), using as little resources as possible (RAM, CPU, ...) and so on.
- Future-proof, not controlled by anyone (should follow from other points).
- [Future-proof](future_proof.md), [self-contained](self_contained.md), not controlled by anyone (should follow from other points).
- [Hacking](hacking.md) friendly and inviting to improvements and customization.
- Built on top of other LRS technology such as the [C99](c.md) language, Unix OS, our own libraries etc.
- Simple permissive licensing (being suckless legally) with great preference of [public domain](public_domain.md), e.g. with [CC0](cc0.md).