You can edit almost every page by Creating an account and confirming your email.

Dragon (programming language)

From EverybodyWiki Bios & Wiki

Dragon
File:Dragon-langnew.png
Paradigmimperative, procedural
Designed byAavesh Jilani
First appearedJanuary 4, 2018; 8 years ago (2018-01-04)
Stable release
1.5 / April 25, 2019; 7 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 supports imperative and procedural programming. [2] The language is designed for developing applications; it can also be used for educational purposes.[3]

History

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

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

[4]

Examples

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

  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


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.