Fysh

Docs

πŸ™ Fyshing Manual

🐠 Chapter 1: Fysh Syntax Click to expand 🐟 Variables Meet Steven, our fishy friend. In Fysh, variables like Steven are declared with ><name>. Every line of fysh ends with a wave ~. ><Steven> ~ Steven has binary scales. In Fysh, } represents 1 and ) represents 0. Here, Steven is valued at 0b101, which is 5 in decimal. ><steven> = ><})}> ~ Steven doesn’t give a flying fysh about scale direction.

πŸ‘©β€πŸ’» How to Compile and Run Fysh

βš™οΈ Option 1: Using VSCode Download the Fysh VSCode extension. Create a .fysh file. Write your code. Press the run button. βš™οΈ Option 2: Using Command Line Install the latest version go install github.com/Fysh-Fyve/fysh@latest Execute with fysh <filename>.fysh.