Skip to main content

Ra Programming Language ð“‹¹

A simple interpreted language built in Go

Example Code

let hello = fn(name) {
  puts("Hello, " + name + "!");
}

hello("World");

Why Ra?

  • Simple and intuitive syntax
  • Built-in support for arrays and dictionaries
  • Designed for learning and experimentation

Ready to Get Started?

Explore the Docs