Draco is a programming language created in 1987 by Chris Gray.
#1501on PLDB | 37Years Old |
Draco was a shareware programming language created by Chris Gray. First developed for CP/M sytems, Amiga version followed in 1987.Although Draco, a blend of Pascal and C, was well suited for general purpose programming, its uniqueness as a language was its main weak point. Gray used Draco for the Amiga to create a port of Peter Langston's game Empire.. Read more on Wikipedia...
proc main()void:
writeln("Hello World");
corp;
Feature | Supported | Example | Token |
---|---|---|---|
Strings | ✓ | "Hello world" | " |
Print() Debugging | ✓ | writeln |