Share on Facebook Share on Twitter Email
Answers.com

Language binding

 
Wikipedia: Language binding

In computing, a binding from a language to a library or OS service is an API providing that service in the language.

Many software libraries are written in systems programming languages such as C or C++. To use these libraries from another (usually higher-level) language such as Java, a binding to the library must be created in that language.

Software reuse is a major motivation for creating library bindings, rather than reimplementing the library in several languages. Another is the impossibility of implementing certain algorithms (efficiently) in high-level languages.


Search unanswered questions...
Enter a question here...
Search: All sources Community Q&A Reference topics
 
 

 

Copyrights:

Wikipedia. This article is licensed under the Creative Commons Attribution/Share-Alike License. It uses material from the Wikipedia article "Language binding" Read more