IDL

From Citizendium
Revision as of 19:08, 28 September 2007 by imported>Pat Palmer
Jump to navigation Jump to search

IDL is short for Interface Definition Language, a term that refers to various domain-specific programming languages built to facilitate communication between different software components by translating between their different interfaces. IDLs are commonly used in remote procedure call software, where the machines at either end of the network link may be using different operating systems and computer languages. Software systems that use (differnt) IDLs include Sun's ONC RPC, The Open Group's Distributed Computing Environment, IBM's System Object Model, the Object Management Group's CORBA, Facebook's Thrift, and Microsoft COM and DCOM.

IDL may also refer to a programming language popular in the astronomy and remote sensing communities.

IDL is the scripting language behind the ENVI image analysis tool.

See also