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.
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
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
Some features of scripting languages
Bibliography
- (1) - DEFFAIX-RÉMY (Ch.) - Programmation shell sous unix/linux. - Éditions ENI, 3e édition, ISBN 2746067145 (2011) http://www.editions-eni.fr .
- (2) - SWINNEN (G.) -...
Websites
GARRELS Machtelt, Bash Guide for Beginners, Translated from the American by Ykerb https://docplayer.fr/6698033-Guide-bash-du-debutant.html Trad. from the book Bash Guide for Beginners. page consulted on June 27, 2012.
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