Google
 
   
Login
Username:

Password:


Lost Password?

Register now!
Search
Main Menu
top books
Polls
What do you think about php-deluxe.net?
Excellent!
Cool
Hmm..not bad
What the hell is this?
encyclopedia
recommendation
compare webbrowser
Freenet DSL
Who's Online
3 user(s) are online (3 user(s) are browsing encyclopedia)

Members: 0
Guests: 3

more...
browser tip
Unix Befehle
manual of unix befehle
recommendation!
Sponsored
partner

Heron programming language

The Heron programming language is an imperative programming multi-paradigm programming language developed by Christopher Diggins, a Canada programmer and writer, and first released into the public domain in 2003.

Heron is influenced by the C plus plus, Java programming language and Pascal programming language programming languages. It has built-in support for object-oriented programming, generic programming, metaprogramming (programming), 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 Polymorphism (computer science) 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! ); } } end

=External links=

  • http://www.heron-language.com - Heron Programming Language Home Page
  • http://www.heron-language.com/spec.html - Official Heron Specification
  • http://www.artima.com/groups/group.jspgroup=heron - Heron Interest Group at Artima.com
  • http://www.cdiggins.com/ - Christopher Diggins s website