👩💻 How to Compile and Run Fysh
⚙️ Option 1: Using VSCode
- Download the
FyshVSCode extension. - Create a
.fyshfile. - 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.