Reference articles on history, science, culture and more
Encyclopedia

Interface description language

Computer language used to describe a software component's interface

Image credit is listed at the end of this article.

An interface description language or interface definition language (IDL) is a generic term for a computer programming language that lets a program or object written in one programming language communicate with another program written in an unknown programming language. IDLs are usually used to describe data types and interfaces in a language-independent way, for example, between those written in C++ and those written in Java.

IDLs are commonly used in remote procedure call software. In these cases, the machines at either end of the link may be using different operating systems and computer languages. IDLs offer a bridge between the two different operating systems.

Software systems based on IDLs include Sun Microsystems' Sun RPC, The Open Group's Distributed Computing Environment, the IBM System Object Model, the Object Management Group's Common Object Request Broker Architecture (CORBA) (which implements OMG IDL, an IDL based on DCE/RPC) and Data Distribution Service, Mozilla's XPCOM, Microsoft RPC (which evolved into Component Object Model (COM) and Distributed Component Object Model (DCOM)), and Web Services Description Language (WSDL) for Web services.

01Examples

Watch videos about Interface description languageExplainers and documentaries on YouTube (opens in a new tab)

Sources and credits

This article is adapted from the Wikipedia article Interface description language, written by its contributors and licensed under CC BY-SA 4.0. Fathomly has changed the layout, removed citation markers, navigation and maintenance notices, and adjusted punctuation. This adapted version is shared under the same license. For references, see the original article.

Images, from Wikimedia Commons:

Fathomly is not affiliated with or endorsed by the Wikimedia Foundation. Spotted a problem? Tell us.