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: functional programming • declarative programming • multi-paradigm programming • object-oriented programming • reflective programming • procedural programming • imperative programming

Language types: procedural programming language • declarative programming language • multi-paradigm programming language

Hello World in Harbour

PROCEDURE Main()

   ? "Hello World"

   RETURN

Search on GitHub


Latest data update: 2026-02-03