Quick Start¶
Radon can be used in two ways today:
- Start the REPL with
python radon.py - Run a file with
python radon.py program.rn
Hello World¶
| hello_world.rn | |
|---|---|
Run it from the repository root:
REPL¶
Start the REPL:
Exit with exit() or by typing exit at the prompt.
A Slightly Larger Example¶
This example shows the current language model in practice: imports, functions, classes, methods, built-ins, and values from the standard library.