Cantitate/Preț
Produs

Principles of Programming Languages: Undergraduate Topics in Computer Science

Autor Gilles Dowek
en Limba Engleză Paperback – 13 mar 2009
By introducing the principles of programming languages, using the Java language as a support, Gilles Dowek provides the necessary fundamentals of this language as a first objective.

It is important to realise that knowledge of a single programming language is not really enough. To be a good programmer, you should be familiar with several languages and be able to learn new ones. In order to do this, you’ll need to understand universal concepts, such as functions or cells, which exist in one form or another in all programming languages. The most effective way to understand these universal concepts is to compare two or more languages. In this book, the author has chosen Caml and C.

To understand the principles of programming languages, it is also important to learn how to precisely define the meaning ofa program, and tools for doing so are discussed. Finally, there is coverage of basic algorithms for lists and trees.

Written for students, this book presents what all scientists and engineers should know about programming languages.

Citește tot Restrânge

Din seria Undergraduate Topics in Computer Science

Preț: 22124 lei

Preț vechi: 27655 lei
-20% Nou

Puncte Express: 332

Preț estimativ în valută:
4235 4413$ 3525£

Carte tipărită la comandă

Livrare economică 06-20 ianuarie 25

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9781848820319
ISBN-10: 1848820313
Pagini: 172
Ilustrații: XII, 159 p.
Dimensiuni: 170 x 244 x 9 mm
Greutate: 0.32 kg
Ediția:2009
Editura: SPRINGER LONDON
Colecția Springer
Seria Undergraduate Topics in Computer Science

Locul publicării:London, United Kingdom

Public țintă

Lower undergraduate

Cuprins

Imperactive Core.- Functions.- Exceptions.- Programming with Trees.- Objects.- Recursion.- Dynamic Data Types.- Programing with Lists.- Records

Recenzii

From the reviews:
"The primary programming language topics covered are basic imperative constructs, functions, semantics, recursion, data types, exceptions, and objects. It is clear and easy to read, with nice exercises … . it is written at a good level for undergraduate students." (M. D. Derk, ACM Computing Reviews, June, 2009)
“As stated in the title, this book focuses on the principles of programming languages. … Numerous exercises are included, ranging from simplistic to relatively complex. … This book would be of most help to those who already know exactly what they are looking for and would like to see an example of that construct. Summing Up: Recommended. Graduate students through professionals/practitioners.” (M. B. DuBois, Choice, Vol. 47 (6), February, 2010)

Textul de pe ultima copertă

The development of programming languages has profoundly impacted our relationship with language, complexity and machines. By introducing the principles of programming languages, using the Java language as a support, Gilles Dowek provides the necessary fundamentals of this language as a first objective.
It is important to realise that knowledge of a single programming language is not really enough. To be a good programmer, you should be familiar with several languages and be able to learn new ones. In order to do this, you’ll need to understand universal concepts, such as functions or cells, which exist in one form or another in all programming languages. The most effective way to understand these universal concepts is to compare two or more languages. In this book, the author has chosen Caml and C.
To understand the principles of programming languages, it is also important to learn how to precisely define the meaning of a program, and tools for doing so are discussed. Finally, there is coverage of basic algorithms for lists and trees.
Intended for students with some small experience of computer programming, learned empirically in a single programming language other than Java, students in both computer science and engineering will find this book a very welcome introduction to the principles of programming languages.
Written for students this book presents what all scientists and engineers should know about programming languages.

Caracteristici

Presents the concepts of programming languages, to enable students to use more than one language Includes supplementary material: sn.pub/extras