E-Book, Englisch, 158 Seiten, eBook
Dowek Principles of Programming Languages
1. Auflage 2009
ISBN: 978-1-84882-032-6
Verlag: Springer
Format: PDF
Kopierschutz: 1 - PDF Watermark
E-Book, Englisch, 158 Seiten, eBook
Reihe: Undergraduate Topics in Computer Science
ISBN: 978-1-84882-032-6
Verlag: Springer
Format: PDF
Kopierschutz: 1 - PDF Watermark
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.
Zielgruppe
Lower undergraduate
Autoren/Hrsg.
Weitere Infos & Material
Imperactive Core.- Functions.- Exceptions.- Programming with Trees.- Objects.- Recursion.- Dynamic Data Types.- Programing with Lists.- Records