Heron_Programming_Language Heron_Programming_Language

Heron Programming Language - Definition

The Heron programming language is a relatively new imperative multi-paradigm programming language developed by Christopher Diggins and first released into the public domain in 2003.

Heron is influenced by the C++, Java and Pascal programming languages. Heron has built-in support for object-oriented programming, generic programming, metaprogramming, aspect-oriented programming and design by contract techniques. The Heron language design goals include improving reusability of software and reduction of possibility of programmer error. Heron performance is tuned towards heavily polymorphic object-oriented designs.

Hello World

Here is the canonical Hello world program, used commonly to give a brief glimpse at a language's syntax.

 program HelloWorld;
 functions {
   _main() {
     print_string("Hello, World!\n");
   }
 }
 end

External Link

Example Usage of Programming

BOSS___: RT @soccerstreets: @BOSS___ Ricardo Clark supporting soccer Programming for kids in ATL, can you? Donations today can help us win $500 m ...
WayneSmith: Late and short prayer time this morning...yet God still speaks thru Obadiah...now off to our Programming meeting then staff Christmas party.
FlyersOnTheFly: RT (@NHL) NHL Network to deliver 12 hrs of live, exclusive #WinterClassic Programming in HD. Full rundown here: http://bit.ly/5EjWpd #Flyers
Copyright 2009 WordIQ.com - Privacy Policy  :: Terms of Use  :: Contact Us  :: About Us
This article is licensed under the GNU Free Documentation License. It uses material from the this Wikipedia article.