Content deleted Content added
Citation bot (talk | contribs) Added date. | Use this bot. Report bugs. | Suggested by Dominic3203 | Category:Query languages | #UCB_Category 11/66 |
Jerryobject (talk | contribs) Template:Infobox programming language parameters: cut whitespace characters to standardize, aid work on small screens, add, fill, move, update-standardize, underscores > spaces, reorder. WP:LINKs: update-standardize, add, needless WP:PIPE > WP:NOPIPE. WP:COPYEDITs WP:EoS: WP:TERSE, clarify. MOS:FIRSTABBReviation define < parenthetic WP:ABBR. Nonacronym proper noun MOS:ALLCAPS > sentence case. Cut carriage returns in paragraphs. |
||
Line 6:
{{Use dmy dates|date=June 2014}}
{{Infobox programming language
| name
| logo
| logo caption
| screenshot =
| paradigm = [[Multi-paradigm programming language|multi-paradigm]]: [[Imperative programming|imperative]], [[Functional programming|functional]], [[Object-oriented programming|object-oriented]], [[Reflective programming|reflective]]▼
| screenshot caption =
▲| paradigm
| designer
| developer
|
| latest release version = 3.0.0
| latest_preview_version = [https://sourceforge.net/projects/harbour-project/files/binaries-windows/nightly/ 3.2.0dev]▼
| latest release date = {{Start date and age|2011|07|17|df=yes}}
| typing = Optionally [[duck typing|duck]], [[dynamic typing|dynamic]], [[type safety|safe]], partially [[strong typing|strong]]▼
▲|
| implementations =▼
▲| typing
|
|
| license
| website
|
| wikibooks
| influenced by = [[dBase]], [[Clipper (programming language)|Clipper]]
| influenced = xHarbour
}}
'''Harbour''' is a computer [[programming language]],
Harbour code uses the same databases and can be compiled under a wide variety of platforms, including [[Microsoft Windows|Windows]], [[Linux]], [[Unix]] variants, several [[
==History==
The idea of a free software Clipper compiler had been
In 2009, Harbour was substantially redesigned, mainly by Viktor Szakáts and Przemyslaw Czerpak.
Line 46 ⟶ 47:
==Programming philosophy==
Harbour aims to be [[Write once, compile anywhere|written once, compiled anywhere]]. As the same compiler is available for all of the above operating systems, there is no need for re-coding to produce identical products for different platforms, except when operating system dependent features are used. Cross-compiling is supported with [[MinGW]]. Under Microsoft Windows, Harbour is more stable but less well-documented than Clipper, but has multi-platform ability and is more transparent, allows for more customisation and can run from a USB flash drive.
Under Linux and Windows Mobile, Clipper source code can be compiled with Harbour with very little adaptation. Most software originally written to run on Xbase++, FlagShip, FoxPro, xHarbour and others dialects can be compiled with Harbor with some adaptation. As of 2010 many efforts have been made to make the transition from other [[xBase]] dialects easier.
Line 55:
[[MinGW]],
[[Clang]],
[[Intel C++ Compiler
[[Microsoft Visual C++]] (6.0+),
[[Borland C++]],
Line 117:
Hashes may use ''any'' type including other Hashes as the ''Key'' for any element. Hashes and Arrays may contain ''any'' type as the ''Value'' of any member, including nesting arrays, and Hashes.
Codeblocks may have references to Variables of the Procedure/Function>method in which it was defined. Such Codeblocks may be returned as a value, or by means of an argument passed {{
Detached variables will maintain their value for as long as a Codeblock referencing them still exists. Such values will be shared with any other Codeblock which may have access to those same variables. If the Codeblock did not outlive its containing routine, and will be evaluated within the lifetime of the routine in which it is defined, changes to its ''Detached Variables''(s) by means of its evaluation, will be reflected back at its parent routine.
Codeblocks can be evaluated any number of times, by means of the {{
===Variables===
Line 128:
'''Variables have one of the following scopes:'''
* {{
* {{
* {{
* {{
{{
Due to the dynamic nature of {{
=== Control structures ===
Line 363:
==GUI libraries and tools==
*
*
*
*
*
*
*
==See also==
* [[Visual FoxPro]]
* [[Visual Objects]]
* [[XBase
* [[PWCT]] free open source visual programming language support Harbour through [[PWCT#Visual
==References==
Line 381:
==External links==
* {{
* [https://harbour.github.io/the-oasis/ The Oasis] Clipper, FoxPro and Xbase++ community repository
* [http://hbide.vouch.info/ HBIDE]
Line 387:
* [https://groups.google.com/group/harbour-users/ Harbour Users Mailing List]
* [http://www.kresin.ru/en/harbour.html Extensive Harbour documentation, libraries, tools site]
*
{{xBase}}
Line 409:
[[Category:Multi-paradigm programming languages]]
[[Category:Table-oriented programming]]
<!-- Hidden categories below -->
[[Category:Articles with example code]]
|