Skip to main content

One post tagged with "beginner"

View All Tags

Getting Started with StelLang: A Beginner's Guide

· One min read
Mahesh
Admin/Owner of Stel-lang

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


Happy coding with StelLang! If you have questions, reach out on Discord or GitHub.