Harbour (programming language): Difference between revisions

Content deleted Content added
m moved Harbour compiler to Harbour (software): "harbour compiler" isn't its name
split off a lead
Line 6:
 
It is designed to use and compile Clipper source code, with Classy OOP extension.
 
== Design ==
 
Unlike Java which is intended to be write once, run anywhere, Harbour's aim to be '''write once, compile anywhere'''. As the same compiler is available for all of the above operating systems, there is no need for recoding to produce identical products for different platforms, except when operating-system-dependent features are used. Cross-compiling is supported with MiniGW32.