Update
This commit is contained in:
parent
651f779374
commit
2275f9c44d
11 changed files with 2044 additions and 1945 deletions
5
lrs.md
5
lrs.md
|
@ -90,13 +90,14 @@ The "official" LRS programs and libraries have so far been solely developed by [
|
|||
- **[tinyphysicsengine](tinyphysicsengine.md)**: Very simple 3D [physics engine](physics_engine.md).
|
||||
- smaller projects like [dumbchat](dumbchat.md) and [shitpress](shitpress.md)
|
||||
|
||||
NOTE: Please keep in mind these official projects are not nearly perfect because they're still written with existing imperfect programming languages, using existing (shitty) technology, they're made by imperfect humans and perfection cannot ever be achieved anyway; even LRS itself will evolve and change opinions about details of how software should be written, there is always room for interpretation. For these reason see the projects above not as an example of what perfect LRS software looks like but as an attempt at coming close to it given current circumstances.
|
||||
NOTE: Please keep in mind these official [projects](project.md) are not nearly perfect because they're still written with existing imperfect [programming languages](programming_language.md), using existing (shitty) technology, they're made by imperfect humans and perfection cannot ever be achieved anyway; even LRS itself will evolve and change opinions about details of how software should be written, there is always room for interpretation. For these reason see the projects above not as an example of what perfect LRS software looks like but as an attempt at coming close to it given current circumstances.
|
||||
|
||||
Apart from this software a lot of other software developed by other people and groups can be considered LRS, at least to a high degree (there is usually some minor inferiority e.g. in licensing). Especially [suckless](suckless.md) software mostly fits the LRS criteria. The following programs and libraries can be considered LRS at least to some degree:
|
||||
|
||||
- **[brainfuck](brainfuck.md)**: Extremely simple [programming language](programming_language.md).
|
||||
- **[brainfuck](brainfuck.md)**: Exceptionally simple [programming language](programming_language.md).
|
||||
- **[dwm](dwm.md)**: Official [suckless](suckless.md) [window manager](wm.md).
|
||||
- **[Collapse OS](collapseos.md)** and **[Dusk OS](duskos.md)**: Extremely minimalist [operating systems](operating_system.md).
|
||||
- **[Fairy-Max](fairy_max.md) chess engine**: Tiny [chess](chess.md) engine, under 1000 [LOC](loc.md).
|
||||
- **[LIL](lil.md)**: Tiny embeddable [scripting](script.md) programming language.
|
||||
- **[Lisp](lisp.md)** (mainly [Scheme](scheme.md)): Programming language with a pretty elegant design.
|
||||
- **[st](st.md)**: Official [suckless](suckless.md) [terminal emulator](terminal.md).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue