Programming Language Implementation - A Practical Introduction wi...

Category: Other
Type: E-Books
Language: English
Total Size: 1.3 MB
Uploaded By: freecoursewb
Downloads: 34406
Last checked: Apr. 1st '26
Date uploaded: Apr. 1st '26
Seeders: 21572
Leechers: 9719
DIRECT DOWNLOAD
INFO HASH: 6D0A84438CA347427331F870D5EF2585579F4837

Programming Language Implementation: A Practical Introduction with Python

Movie cover image


https://WebToolTip.com

English | March 1, 2024 | ISBN-10: 1590282930 | 408 pages| PDF (True) | 1.3 MB

The approach to implementing programming languages has shifted noticeably over the past two decades. The success of Java, with its virtual-machine approach, has paved the way for alternative methods of implementing mainstream languages, diverging from traditional machine-language targeted compilation. Since then, many successful modern programming languages such as JavaScript, Ruby, and Python have offered alternative implementation techniques such as incremental interpreters, virtual machines, and just-in-time compilers.
The rise of domain-specific languages, sometimes called little languages, has likewise been influenced and supported by this shift. Domain-specific languages can solve problems in specific problem areas within their specialized domains, unlike general-purpose languages such as Python or C++, which solve problems in a wide spectrum of domains.
In this book we explore the various techniques and perspectives brought about by this shift in programming language implementation. We particularly focus on domain-specific languages, which rarely use full-blown compilers for implementation in favor of an interpretation or virtual-machine approach.