No mans fish

From Esolang
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/