|
|
|
|
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 the services these libraries provide 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.

Discussion
Ask a question about 'Language binding'
Start a new discussion about 'Language binding'
Answer questions from other users
|
Encyclopedia
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 the services these libraries provide 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.
|
| |
|
|