Category:Harbour: Difference between revisions

From Rosetta Code
Content added Content deleted
(Created page with "{{stub}}{{language |exec=bytecode |site=http://www.harbour-project.org/ |gc=yes |parampass=value,reference |strength=weak |checking=dynamic }}")
 
No edit summary
Line 1: Line 1:
{{stub}}{{language
{{language
|exec=bytecode
|exec=bytecode
|site=http://www.harbour-project.org/
|site=http://www.harbour-project.org/
Line 6: Line 6:
|strength=weak
|strength=weak
|checking=dynamic
|checking=dynamic
}}Harbour is a successor of the [[Clipper]], its modernized version.
}}
The development of [[Clipper]] was discontinued in 1997, it was DOS-only 16-bit system and did not meet the requirements of the time. So, in 1999 an international group of developers begin to work on a modern, open source, cross-platform [[Clipper]] clone. The founder of a Harbour project was Antonio Linares.

Revision as of 09:47, 16 October 2013

Language
Harbour
This programming language may be used to instruct a computer to perform a task.
Official website
Execution method: Compiled (bytecode)
Garbage collected: Yes
Parameter passing methods: By value,reference
Type strength: Weak
Type checking: Dynamic
See Also:


Listed below are all of the tasks on Rosetta Code which have been solved using Harbour.

Harbour is a successor of the Clipper, its modernized version.

The development of Clipper was discontinued in 1997, it was DOS-only 16-bit system and did not meet the requirements of the time. So, in 1999 an international group of developers begin to work on a modern, open source, cross-platform Clipper clone. The founder of a Harbour project was Antonio Linares.