Download & Install StelLang
By Mahesh
Get started with StelLang in just a few steps!
Prerequisites
Installation Steps
- Check your tools:
git --version
cargo --version - Install Rust (if needed):
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
rustup default nightly - Clone the StelLang repository:
git clone https://github.com/MaheshDhingra/StelLang
cd StelLang - Build StelLang:
cargo build - Run your first program:
cargo run ./examples/example.stel
System Requirements
- Windows 10 (64-bit) or later
- 2-4 GB RAM or more
- 100MB disk space or more
Notes
- Internet required for initial setup and updates
- StelLang requires Rust nightly
For help, join the community or see the full documentation.