Clipper (programming language)
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) (Created page with "{{FormatInfo |formattype=Languages |subcat=Programming Languages |extensions={{ext|prg}} |released=1984 }} A '''clipper''' was a sailing ship of the 19th century. It was also...") |
m (Jsummers moved page Clipper programming language to Clipper (programming language): I didn't realize at first that Clipper is really just the programming language) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 3: | Line 3: | ||
|subcat=Programming Languages | |subcat=Programming Languages | ||
|extensions={{ext|prg}} | |extensions={{ext|prg}} | ||
− | |released= | + | |released=1985 |
}} | }} | ||
− | + | '''Clipper''' was a compiled programming language derived from the [[dBase programming language]]. Beginning as a dBase compiler, it evolved into a distinct programming language in its own right. In contrast to the original dBase, which ran as an interpreted language, Clipper is compiled into "p-code" which runs on a virtual machine. This is wrapped into .obj files to appear to be native machine code. | |
− | + | ||
Clipper had wide use for business applications in the late 1980s and early 1990s, and there continue to be compatible compilers around such as Flagship. | Clipper had wide use for business applications in the late 1980s and early 1990s, and there continue to be compatible compilers around such as Flagship. | ||
+ | |||
+ | See also [[DBF]]. | ||
== Links == | == Links == | ||
* [[Wikipedia:Clipper (programming language)|Wikipedia article]] | * [[Wikipedia:Clipper (programming language)|Wikipedia article]] | ||
* [http://www.fship.com/ Flagship: a Clipper-compatible compiler] | * [http://www.fship.com/ Flagship: a Clipper-compatible compiler] |
Latest revision as of 14:34, 30 April 2016
Clipper was a compiled programming language derived from the dBase programming language. Beginning as a dBase compiler, it evolved into a distinct programming language in its own right. In contrast to the original dBase, which ran as an interpreted language, Clipper is compiled into "p-code" which runs on a virtual machine. This is wrapped into .obj files to appear to be native machine code.
Clipper had wide use for business applications in the late 1980s and early 1990s, and there continue to be compatible compilers around such as Flagship.
See also DBF.