
Passing a Language through the Eye of a Needle
2011; Association for Computing Machinery; Volume: 9; Issue: 5 Linguagem: Inglês
10.1145/1978862.1983083
ISSN1542-7749
AutoresRoberto Ierusalimschy, Luiz Henrique de Figueiredo, Waldemar Celes,
Tópico(s)Parallel Computing and Optimization Techniques
ResumoScripting 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.
Referência(s)