Home
More Info
Z-Dragon IDE
Community
Dragon v1.9.8

Dragon

-Write less do more

Introduction

What is The Dragon Programming Language?

The Dragon is an innovative and practical general-purpose language. The supported programming paradigms are imperative, object-oriented, declarative using nested structures, functional and natural programming. The language is portable (Windows, Linux, macOS, etc.) and can be used to create Console and GUI. The language is designed to be simple, small, flexible and fast.

Where Can It Be Applied?

Many of the Dragon modules (GUI, Graphic, db, files and etc). Dragon is ready for use in production and increase the developers productivity.

Why Dragon?

The language is simple, trying to be natural, encourage organization and comes with transparent and visual implementation. It comes with compact syntax and a group of features that enable the programmer to create natural interfaces and declarative domain-specific languages in a fraction of time. It is very small, fast. It comes with useful and practical libraries. The language is designed for productivity and developing high quality solutions that can scale.

Designed for clear goal

  • Applications programming language.
  • Productivity and developing high quality solutions that can scale.
  • Small and fast language.
  • Simple language that can be used in education.

Simple syntax

Dragon is a very simple language, and has a very straightforward syntax. It encourages programmers to program without boilerplate code. To print something using the standard output, We can use the 'show' command. and 'showln' for output in newline.

show "Hello, World!" 
			

for taking input, we can use 'readln()' method which is in 'std' library.

select "std"
a = readln()
showln a 
			

dolor

Lorem, ipsum dolor.