red-lang

Consolidate Red language syntax, View GUI, Draw, VID, and Parse patterns into one reference.

1|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/anlaco/Telekino --skill red-lang
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: red-lang
Source: https://github.com/anlaco/Telekino/tree/main/.claude/skills/red-lang
Command: npx skills add https://github.com/anlaco/Telekino --skill red-lang

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Consolidates Red language syntax, GUI (View), Draw dialect, VID layout dialect, and Parse patterns into a single, authoritative reference to streamline learning and daily development.

Core Features & Use Cases

  • Comprehensive coverage of core syntax and language constructs
  • In-depth guidance for View GUI engine, Draw dialect, VID layouts, and Parse rules
  • Practical idioms, patterns, and common gotchas with real-world usage examples
  • Quick reference for learning, debugging, and rapid lookup during coding

Quick Start

Open the Red reference and search for the topic you need, then apply the syntax examples to write Red code.

Frequently Asked Questions about red-lang

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build a GUI in Red using the View engine and VID layout dialect?

You build Red GUIs by composing visual elements through the VID layout dialect, which the View engine then renders. This reference provides structured syntax and patterns for creating windows, widgets, and handling events.

What is the Parse dialect in Red and how does it work for pattern matching?

The Parse dialect is Red's built-in pattern matching language for processing strings and blocks. It allows you to define grammar rules to search, extract, and transform data without relying on traditional regular expressions.

How do I draw 2D graphics in Red using the Draw dialect?

You draw 2D graphics in Red by specifying shapes, lines, and text commands using the Draw dialect. This reference outlines the available drawing commands and how to integrate them into View faces.

Are there common gotchas or idiomatic patterns I should know when writing Red code?

Yes, there are common gotchas and idiomatic patterns specific to Red's syntax and evaluation model. This reference consolidates practical examples and standardized patterns to help you avoid frequent debugging traps.

Can I find quick start examples and core syntax lookups for the Red programming language here?

Yes, you can find quick start examples and core syntax lookups for the Red programming language here. The reference consolidates language constructs into structured sections to accelerate learning and daily coding.