Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Eiffel (programming language)
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
===Interfaces to other tools and languages=== Eiffel is a purely object-oriented language but provides an [[open architecture]] for interfacing with "external" software in any other programming language. It is possible for example to program machine- and operating-system level operations in [[C (programming language)|C]]. Eiffel provides a straightforward interface to C routines, including support for "inline C" (writing the body of an Eiffel routine in C, typically for short machine-level operations). There is no direct connection between Eiffel and C. However, many Eiffel [[compiler]]s ([[Visual Eiffel]] is one exception) emit C [[source code]] as an [[intermediate language]], to submit to a C compiler, for [[Optimization (computer science)|optimizing]] or [[porting]]. As such, they are examples of [[transcompiler]]s. The Eiffel Compiler tecomp can execute Eiffel code directly (like an interpreter) without going via an intermediate C code or emit C code which will be passed to a C compiler to obtain optimized native code. On [[.NET]], the [[EiffelStudio]] compiler directly generates [[Common Intermediate Language]] (CIL) code. The [[SmartEiffel]] compiler can also emit [[Java bytecode]].
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)