Getting Started with StelLang: A Beginner's Guide
· One min read
By Mahesh
Welcome to StelLang! This guide will help you set up your environment and write your first StelLang program.
Step 1: Install Rust and Git
Make sure you have Rust and Git installed.
Step 2: Clone the StelLang Repository
git clone https://github.com/MaheshDhingra/StelLang
cd StelLang
Step 3: Build StelLang
cargo build
Step 4: Run Your First Program
Create a file called hello.stel:
print("Hello, StelLang!")
Run it:
cargo run hello.stel
Next Steps
- Explore the documentation
- Join the community
- Try building your own projects!
Happy coding with StelLang! If you have questions, reach out on Discord or GitHub.
