Dragon Documentation
Everything you need to know about Dragon programming language. This documentation covers syntax, features, standard library, and practical examples.
Getting Started
Learn how to install Dragon and write your first program.
Start Reading
Basic Syntax
Understand variables, data types, operators, and control flow.
Learn More
Functions
Master function definitions, first-class functions, and closures.
Explore
Classes & OOP
Write object-oriented code with inheritance and polymorphism.
Read Guide