Jump to content

Visual Eiffel

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by John Vandenberg (talk | contribs) at 07:07, 4 March 2007 (avoid redirects, Replaced: Eiffel programming languageEiffel programming language using AWB). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Visual Eiffel is an implementation of the Eiffel programming language developed and distributed by Object Tools GmbH, a German company.

Visual Eiffel provides an integrated development environment running on Microsoft Windows. A major design goal is to provide an environment that, unlike EiffelStudio, does not use an original user interface paradigm but instead is comfortable to programmers familiar with such tools as Microsoft's Visual Studio and Borland's Delphi.

Visual Eiffel includes a "Display Machine" for developing GUI applications.

While many other Eiffel compilers generate C, Java bytecode or bytecode for .NET, the Visual Eiffel compiler generates native X86 code.

The compiler (not the graphical environment) is, besides Windows, also available on Linux.