Dragon (programming language)
| File:Dragon-langnew.png | |
| Paradigm | imperative, procedural |
|---|---|
| Designed by | Aavesh Jilani |
| First appeared | January 4, 2018 |
| Stable release | 1.5
/ April 25, 2019 |
| Typing discipline | Dynamic, weak |
| OS | Linux, macOS and Microsoft Windows |
| License | Freeware |
| Filename extensions | .dgn |
| Website | http://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
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?"
References
- ↑ Dragon developer (20 May 2019). "Dragon and other languages". dragon.sausive.in.
- ↑ RosettaCode (6 May 2019). "Dragon Samples (RosettaCode)". rosettacode.org. Rosettacode.
- ↑ Dragon developer (2 February 2018). "Dragon Reference". dragon.suasive.in.
- ↑ Dragon developer (19 May 2019). "Dragon Reference". dragon.suasive.in.
- ↑ RosettaCode (7 May 2019). "Hello world/Text - Rosetta Code". rosettacode.com. Rosettacode.
External links
| This programming-language-related article is a stub. You can help EverybodyWiki by expanding it. |
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.
