Jump to content

Clipper

From EDM2
Revision as of 06:13, 11 April 2015 by Reiknir (talk | contribs) (Created page with "A dBase II compatible database "compiler" for DOS, originally introduced in 1985 and was one of the host of (mostly) dBase II/III compatible tools that came to define ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

A dBase II compatible database "compiler" for DOS, originally introduced in 1985 and was one of the host of (mostly) dBase II/III compatible tools that came to define the term xBase for the family while also being something of a standard on its own, due to extensions it bought to the dBase II language.

Although marketed as one, Clipper is actually not a real compiler as it does not compile to machine code like for instance a C or Oberon compiler nor to an intermediate language like xBase compilers like X2C and Harbour that compile to C, and then a C compiler is used to compile to machine code. Clipper actually converts source files into tokens and then links them with an interpreter into an executable. Many developers used Clipper for years without realising that it was actually not a compiler and that even though it had limited if any speed advantage over dBase itself.

Text & programmers editors with Clipper support

  • Boxer - Clipper support built in - Commercial - DOS and OS/2 versions discontinued, Win32 version still sold.