Scripting languages are an important element in the current landscape of programming languages. A key feature of a scripting language is its ability to integrate with a system language. This integration takes two main forms: extending and embedding. In the first form, you extend the scripting language with libraries and functions written in the system language and write your main program in the scripting language. In the second form, you embed the scripting language in a host program (written in the system language) so that the host can run scripts and call functions defined in the scripts; the main program is the host program. In this setting, the system language is usually called the host language.
CITATION STYLE
Ierusalimschy, R., de Figueiredo, L. H., & Celes, W. (2011). Passing a Language through the Eye of a Needle. Queue, 9(5), 20–29. https://doi.org/10.1145/1978862.1983083
Mendeley helps you to discover research relevant for your work.