Some features of scripting languages
Scripting languages
Article REF: H3118 V4
Some features of scripting languages
Scripting languages

Author : Michel MAUNY

Publication date: February 10, 2013, Review date: April 27, 2016 | Lire en français

Logo Techniques de l'Ingenieur You do not have access to this resource.
Request your free trial access! Free trial

Already subscribed?

2. Some features of scripting languages

2.1 Automatic memory management

Although many programming languages are now equipped with an automatic memory manager – which takes care of reclaiming and recycling unused memory –, it should be remembered that many classic languages, such as C or C++, are not. Scripting languages, in their desire to simplify the programmer's life, but also because of their ancestry, provide automatic memory management, freeing the programmer from the worries inherent in explicit memory management. Thus, in a scripting language, the creation of a string, list, array, function or object gives rise to an implicit memory allocation, which is automatically released when the memory in question can no longer be accessed from the data manipulated by the program.

You do not have access to this resource.
Logo Techniques de l'Ingenieur

Exclusive to subscribers. 97% yet to be discovered!

You do not have access to this resource. Click here to request your free trial access!

Already subscribed?


Ongoing reading
Some features of scripting languages

Article included in this offer

"Software technologies and System architectures"

( 227 articles )

Complete knowledge base

Updated and enriched with articles validated by our scientific committees

Services

A set of exclusive tools to complement the resources

View offer details