👩💻 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/pkg/go-fysh/cmd@latest
- Execute with
fysh <filename>.fysh
.