You can edit almost every page by Creating an account. Otherwise, see the FAQ.

Dragon (programming language)

From EverybodyWiki Bios & Wiki

Dragon
File:Dragon-langnew.png
Paradigmimperative, procedural
Designed byAavesh Jilani
First appearedJanuary 4, 2018; 6 years ago (2018-01-04)
Stable release
1.5 / April 25, 2019; 4 years ago (2019-04-25)
Typing disciplineDynamic, weak
OSLinux, macOS and Microsoft Windows
LicenseFreeware
Filename extensions.dgn
Websitehttp://dragon.suasive.in
Influenced by
Lua, Python, Java, QML, Ring [1]

Search Dragon (programming language) on Amazon.

Dragon is a dynamic and portable (Windows, Linux, Mac OS X, etc.) programming language that supported Imperative and Procedural programming. [2] The language is designed for developing applications, also it can be used for educational purpose.[3]

History[edit]

The first version of the Dragon language 1.0 is released on January 4th, 2018

  • Dragon version 1.1 is released on March 6th, 2018
  • Dragon version 1.2 is released on May 24th, 2018
  • Dragon version 1.3 is released on August 14th, 2018
  • Dragon version 1.4 is released on January 18th, 2019
  • Dragon version 1.5 is released on April 25th, 2019

[4]

Examples[edit]

Here is an example of the standard "Hello, World!" program

showln "Hello, World!"

Another example

for(i = 2, i <= 8,i += 2){
   show "" + i + ", "
}
showln " who do we appreciate?"

[5]

References[edit]

  1. Dragon developer (20 May 2019). "Dragon and other languages". dragon.sausive.in.
  2. RosettaCode (6 May 2019). "Dragon Samples (RosettaCode)". rosettacode.org. Rosettacode.
  3. Dragon developer (2 February 2018). "Dragon Reference". dragon.suasive.in.
  4. Dragon developer (19 May 2019). "Dragon Reference". dragon.suasive.in.
  5. RosettaCode (7 May 2019). "Hello world/Text - Rosetta Code". rosettacode.com. Rosettacode.

External links[edit]


This article "Dragon (programming language)" is from Wikipedia. The list of its authors can be seen in its historical and/or the page Edithistory:Dragon (programming language). Articles copied from Draft Namespace on Wikipedia could be seen on the Draft Namespace of Wikipedia and not main one.