This commit is contained in:
Miloslav Ciz 2023-07-25 20:55:42 +02:00
parent e267fff78e
commit e105277181
14 changed files with 60 additions and 14 deletions

View file

@ -22,6 +22,7 @@ Some notable ideas employed by esolangs are:
- Solely focus on [golfing](golf.md), i.e. writing the shortest possible programs (e.g. *GoldScript*)
- Using [unicode](unicode.md) characters (e.g. *UniCode*).
- Being infinitely many languages (e.g. *MetaGolfScript*, each one solves a specific program in 0 bytes).
- ...
Esolangs are great because:
@ -30,6 +31,7 @@ Esolangs are great because:
- **They are great exercise in [programming](programming.md)** and design. Simple languages that are allowed to not be useful are potentially good for education as they let the programmer fully focus on a specific idea and its implementation.
- **They blend technology with [art](art.md)**, train creativity and thinking "outside the box".
- **They are a breath of fresh air** in the sometimes too serious area of technology. Hobbyist and non-commercial programming communities are always great to have.
- ...
## History