Add developer notes to the language README files
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user