An introduction to
Dragon programming language.

The Dragon Programming Language

The Dragon is an Innovative and practical general-purpose multi-paradigm scripting language. The supported programming paradigms are Imperative, Object-Oriented, Functional, Declarative programming using nested structures, and Natural programming. The language is portable (Windows, Linux, Mac OS X, Android, etc.) and can be used to create Console and GUI. The language is designed to be Simple, Small, Flexible and Fast. Its Dynamic Language (Dynamic Typing and Weakly Typed) that Interprets the source code by the JVM or LLVM, The first version of the language is released on January 4th, 2018.

Basic

Getting Started

Variables

Operators

Control Structures

Getting Input

Functions

This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.