✨ A beginner-friendly, human-readable programming language built from scratch in Rust.
rc
stands for Rahul Code — a natural, simple, and intuitive interpreted language built with ❤️ in Rust.
It lets you write code that feels more like English, removing barriers for new programmers.
https://rahulchaube1.github.io/rc-lang-website/
rahul chaube
show "Welcome"
show name
set x to 5
repeat 3 times show "Looping..."
if name is rahul then show "You are the creator"