Article | REF: H3118 V3

Scripting languages

Author: Michel MAUNY

Publication date: February 10, 2013

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

Already subscribed? Log in!


Français

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.

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? Log in!


The Ultimate Scientific and Technical Reference

A Comprehensive Knowledge Base, with over 1,200 authors and 100 scientific advisors
+ More than 10,000 articles and 1,000 how-to sheets, over 800 new or updated articles every year
From design to prototyping, right through to industrialization, the reference for securing the development of your industrial projects

This article is included in

Software technologies and System architectures

This offer includes:

Knowledge Base

Updated and enriched with articles validated by our scientific committees

Services

A set of exclusive tools to complement the resources

Practical Path

Operational and didactic, to guarantee the acquisition of transversal skills

Doc & Quiz

Interactive articles with quizzes, for constructive reading

Subscribe now!

Ongoing reading
Some features of scripting languages