Programming Languages: Principles and Paradigms - Gabbrielli, Maurizio; Martini, Simone; - Prospero Internet Bookshop

Programming Languages: Principles and Paradigms
 
Product details:

ISBN13:9783031341434
ISBN10:30313414311
Binding:Paperback
No. of pages:562 pages
Size:235x155 mm
Weight:884 g
Language:English
Illustrations: 132 Illustrations, black & white
595
Category:

Programming Languages: Principles and Paradigms

 
Edition number: 2nd ed. 2023
Publisher: Springer
Date of Publication:
Number of Volumes: 1 pieces, Book
 
Normal price:

Publisher's listprice:
EUR 58.84
Estimated price in HUF:
25 083 HUF (23 889 HUF + 5% VAT)
Why estimated?
 
Your price:

20 067 (19 111 HUF + 5% VAT )
discount is: 20% (approx 5 017 HUF off)
Discount is valid until: 31 December 2024
The discount is only available for 'Alert of Favourite Topics' newsletter recipients.
Click here to subscribe.
 
Availability:

Estimated delivery time: In stock at the publisher, but not at Prospero's office. Delivery time approx. 3-5 weeks.
Not in stock at Prospero.
Can't you provide more accurate information?
 
  Piece(s)

 
Short description:

The second edition of this core textbook is a thorough, up-to-date introduction to the principles and techniques that guide the design and implementation of modern programming languages.

The goal of the book is to provide the basis for a critical understanding of most modern programming languages. Thus, rather than focusing on a specific language, the book identifies the most important principles shared by large classes of languages. The notion of ?abstract machine? is a unifying concept that helps to maintain an accurate and elementary treatment. The book introduces, analyses in depth, and compares the imperative, object-oriented, functional, logic, concurrent, constraint-based, and service-oriented programming paradigms. All material coming from the first English edition has been updated and extended, clarifying some tricky points, and discussing newer programming languages. This second edition contains new chapters dedicated to constraint, concurrent, and service-oriented programming.

Topics and features:

  • Requires familiarity with one programming language is a prerequisite
  • Provides a chapter on history offering context for most of the constructs in use today
  • Presents an elementary account of semantical approaches and of computability
  • Introduces new examples in modern programming languages like Python or Scala
  • Offers a chapter that opens a perspective on applications in artificial intelligence

Conceived as a university textbook, this unique volume will also be suitable for IT specialists who want to deepen their knowledge of the mechanisms behind the languages they use. The choice of themes and the presentation style are largely influenced by the experience of teaching the content as part of a bachelor's degree in computer science.

The authors are all affiliated with the Dept. of Computer Science and Engineering of the University of Bologna. Maurizio Gabbrielli and Simone Martini are professors of computer science, Saverio Giallorenzo is junior assistant professor of computer science. 

Long description:

This textbook is a thorough, up-to-date introduction to the principles and techniques that guide the design and implementation of modern programming languages.

The goal of the book is to provide the basis for a critical understanding of most modern programming languages. Thus, rather than focusing on a specific language, the book identifies the most important principles shared by large classes of languages. The notion of ?abstract machine? is a unifying concept that helps to maintain an accurate and elementary treatment. The book introduces, analyses in depth, and compares the imperative, object-oriented, functional, logic, concurrent, constraint-based, and service-oriented programming paradigms. All material coming from the first English edition has been updated and extended, clarifying some tricky points, and discussing newer programming languages. This second edition contains new chapters dedicated to constraint, concurrent, and service-oriented programming.

Topics and features:

  • Requires familiarity with one programming language is a prerequisite
  • Provides a chapter on history offering context for most of the constructs in use today
  • Presents an elementary account of semantical approaches and of computability
  • Introduces new examples in modern programming languages like Python or Scala
  • Offers a chapter that opens a perspective on applications in artificial intelligence

Conceived as a university textbook, this unique volume will also be suitable for IT specialists who want to deepen their knowledge of the mechanisms behind the languages they use. The choice of themes and the presentation style are largely influenced by the experience of teaching the content as part of a bachelor's degree in computer science.

Table of Contents:
1. Abstract Machines.- 2. How to Describe a Programming Language.- 3. Foundations.- 4. Names and the Environment.- 5. Memory Management.- 6. Control Structure.- 7. Control Abstraction.- Structuring Data.- 8. Data Abstraction.- 9. The Object-Oriented Paradigm.- 10. The Functional Paradigm.- 11. The Logic Programming Paradigm.- 12. A Short Historical Perspective.