Interface description language

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 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.

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

Examples

gollark: IIRC the biggest issue with using Cerebras for this was that they only had their on-wafer SRAM, which is not enough for big models.
gollark: It looks like they are adding external memory now.
gollark: I like how it doesn't actually use `headers` at all.
gollark: I have revealed Gwern's secret identity. Muahahaha.
gollark: > “We think NFTs will play an important role in the future of retail, social media, entertainment, and commerce,” Cuy Sheffield, head of crypto at Visa, said in a blogpost Monday.Oh no.

See also

References

    This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.