A beautifully simple scripting language designed for readability and rapid development. Write clean, expressive code that just makes sense.
Designed with developer experience in mind, WoodBox combines simplicity with powerful features
Natural language-like commands that are easy to read, write, and understand. No more cryptic symbols.
Built-in color support for terminal output. Make your console applications vibrant and readable.
Flexible loop constructs with range-based iteration and conditional repetition modifiers.
Comprehensive random number generation with range specification and distribution options.
Native support for lists, maps, and nested structures with intuitive access patterns.
Optimized interpreter with JIT compilation option for high-performance execution.
Write and execute WoodBox code directly in your browser. No installation required.
Basic output with colors
Calculations and variables
For loops and arrays
Interactive guessing game
Sequence generation
Complete example
Everything you need to know to start building with WoodBox
The add.paste() function outputs text to the console. It supports color modifiers and repetition.
| Parameter | Type | Description | Default |
|---|---|---|---|
| text | String | The text to display | Required |
| @Color | String | Color name or hex code | None |
| <@.rX> | Integer | Repeat count | 1 |
Variables in WoodBox are dynamically typed and can hold numbers, strings, lists, or other data types.
Performs mathematical operations and outputs the result directly.