Add developer notes to the language README files

This commit is contained in:
Nilay Majorwar
2022-02-18 20:50:53 +05:30
parent 5b5600f329
commit 41b553737a
6 changed files with 112 additions and 25 deletions

View File

@ -1,9 +1,8 @@
# Deadfish
## References
Deadfish is a dead-simple esolang created by Jonathan Todd Skinner. Four straightforward commands, no conditionals,
no loops. It was the second language to be added to Esolang Park simply because I was feeling a bit lazy. The
[esolangs wiki page](https://esolangs.org/wiki/Deadfish) is the only resource used for this implementation.
- Esolangs wiki: https://esolangs.org/wiki/Deadfish
## Implementation details
- The value is unbounded, but is reset to `0` whenever it equals `-1` or `256`.
In all honesty, Esolang Park does not do Deadfish justice. Deadfish is designed for writing highly interactive
programs, but due to the lack of support for interactive input a lot of Deadfish's power is taken away.