RADS Logo

๐ŸŽฎ RADS Playground

Write RADS code and see it run instantly in your browser!

โšก Full RADS Interpreter v0.0.11 - Complete JavaScript-based interpreter with tokenization, parsing, AST execution, and standard library. Supports functions, arrays, objects, loops, conditionals, modules, and more. Install RADS locally for native performance.

๐Ÿ“ Code Editor
๐Ÿ“บ Output Console
Ready to run your code! Click "Run Code" to execute. ๐Ÿš€

๐Ÿ“š Example Programs

Click any example to load it into the editor

๐Ÿ‘‹ Hello World

Your first RADS program

๐Ÿงฎ Calculator

Basic arithmetic operations

๐Ÿ”ข Fibonacci

Generate Fibonacci sequence

๐Ÿ“ฆ Arrays

Working with arrays

๐Ÿ”„ Loops

Different loop types

โšก Functions

Function declarations

๐ŸŒ Environment

v0.0.11 env module

๐Ÿ• DateTime

Date and time handling

๐Ÿ’ก Quick Tips

๐ŸŽฏ Keywords:

blast for functions, turbo for variables, cruise for loops

๐Ÿ“ Print:

Use print() to output text to the console

๐Ÿš€ Run:

Click "Run Code" or press Ctrl+Enter to execute