Interface Description Language (IDL)

Senthil Nayagan
1 min readMay 26, 2018

--

An Interface Description Language or Interface Definition Language (IDL) is a specification language used to describe a software component’s Application Programming Interface (API).

IDLs describe an interface in a language-independent way, enabling communication between software components that do not share one language. For example, between those written in C++ and those written in Java.

IDLs are commonly used in Remote Procedure Call (RPC) 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 systems.

--

--

Senthil Nayagan

I am a Data Engineer by profession, a Rustacean by interest, and an avid Content Creator.