Harbour

Harbour is a computer programming language, used mainly to create database/business programs. It is a modernised cross-platform version of the older Clipper system, which in turn developed from the dBase database market of the 1980s and 1990s. It is free and open-source software which license is GNU General Public License (GPL) compatible. Wikipedia

Created Year: 1999

Wikidata: Q2544816

Programming paradigms: imperative programmingprocedural programmingmulti-paradigm programmingobject-oriented programmingfunctional programmingdeclarative programmingreflective programming

Language types: multi-paradigm programming languagedeclarative programming languageprocedural programming language

Hello World in Harbour

PROCEDURE Main()

   ? "Hello World"

   RETURN

Search on GitHub


Latest data update: 2026-02-03