Language Binding Article Index for
Language
Website Links For
Language
 

Information About

Language Binding




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 Java binding to the library must be created.

Software Reuse is a major motivation for creating library bindings, rather than reimplementing the library in several languages. Another is the impossibility to implement certain Algorithm s (efficiently) in high-level languages.