Installation
Using Cargo (Recommended)
If you have Rust installed, you can install Husk using Cargo:
cargo install husk-lang
Verify Installation
After installation, verify that Husk is working:
husk --version
Editor Setup
For the best development experience, install the VS Code extension or configure your editor with LSP support. See Editor Setup for details.