Harbour (programming language): Difference between revisions

Content deleted Content added
m I have made some important changes like the spelling errors and remove likes which pages are not available.
Line 48:
 
==Programming Philosophy==
Unlike Java which is intended to be written once, run anywhere, 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 recordingrecoding 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 capability and is more transparent, customizable and can run from a USB flash drive.