We are currently working on new rules for what content should and shouldn't be allowed on this website, and are looking for feedback! See Esolang:2026 topicality proposal to view and give feedback on the current draft.
No mans fish
Jump to navigation
Jump to search
No mans fish is an esolang made by WarzokERNST135 which is derivated from Deadfish.
Commands
| No mans fish | Meaning | Deadfish equivalent |
|---|---|---|
| N | Increment | i |
| O | Decrement | d |
| M | Square | s |
| F | Output | o |
| H | Halt | h |
| A | Output as ASCII | None |
| : | Function defines | None |
| $ | Input | None |
| * | Multiplication operator, works like this: N*(value) | None |
Deadfish interpreter
i:N d:O s:M o:F h:H
Implementation
A partial implementation of No mans fish can be found here:
https://scratch.mit.edu/projects/1203639941/