Foundations of Programming Languages: Undergraduate Topics in Computer Science
Autor Kent D. Leeen Limba Engleză Paperback – 20 dec 2017
Topics and features: includes review questions and solved practice exercises, with supplementary code and support files available from an associated website; presents an historical perspective on the models of computation used in implementing the programming languages used today; provides the foundations for understanding how the syntax of a language is formally defined by a grammar; illustrates how programs execute at the level of assembly language, through the implementation of a stack-based Python virtual machine called JCoCo and a Python disassembler; introduces object-oriented languages through examples in Java, functional programming with Standard ML, and programming using the logic language Prolog; describes a case study involving the development of a compiler for the high level functional language Small, a robust subset of Standard ML.Undergraduate students of computer science will find this engaging textbook to be an invaluable guide to the skills and tools needed to become a better programmer. While the text assumes some background in an imperative language, and prior coverage of the basics of data structures, the hands-on approach and easy to follow writing style will enable the reader to quickly grasp the essentials of programming languages, frameworks, and architectures.
Din seria Undergraduate Topics in Computer Science
- 20% Preț: 353.41 lei
- 20% Preț: 342.45 lei
- 20% Preț: 318.52 lei
- 20% Preț: 227.15 lei
- 20% Preț: 180.09 lei
- 20% Preț: 245.43 lei
- 20% Preț: 306.71 lei
- 20% Preț: 280.92 lei
- 20% Preț: 227.10 lei
- 20% Preț: 276.82 lei
- 20% Preț: 179.87 lei
- 20% Preț: 395.04 lei
- 20% Preț: 235.39 lei
- 20% Preț: 329.09 lei
- 20% Preț: 295.06 lei
- 20% Preț: 305.61 lei
- 20% Preț: 272.43 lei
- 20% Preț: 321.27 lei
- 20% Preț: 375.65 lei
- 20% Preț: 258.78 lei
- 20% Preț: 194.10 lei
- 20% Preț: 307.16 lei
- 20% Preț: 225.02 lei
- 20% Preț: 217.61 lei
- 20% Preț: 256.20 lei
- 20% Preț: 237.35 lei
- 20% Preț: 374.20 lei
- 20% Preț: 237.01 lei
- 20% Preț: 228.57 lei
- 16% Preț: 437.33 lei
- 20% Preț: 297.28 lei
- 20% Preț: 293.01 lei
- 20% Preț: 557.49 lei
- 20% Preț: 286.99 lei
- 20% Preț: 291.43 lei
- 20% Preț: 289.61 lei
- 20% Preț: 191.35 lei
- 20% Preț: 243.35 lei
- 20% Preț: 286.49 lei
- 20% Preț: 278.10 lei
- 20% Preț: 375.28 lei
- 20% Preț: 184.28 lei
- 20% Preț: 292.79 lei
- 20% Preț: 281.40 lei
- 20% Preț: 754.32 lei
- 20% Preț: 342.50 lei
Preț: 360.29 lei
Preț vechi: 450.36 lei
-20% Nou
Puncte Express: 540
Preț estimativ în valută:
68.95€ • 72.74$ • 57.46£
68.95€ • 72.74$ • 57.46£
Carte disponibilă
Livrare economică 12-26 decembrie
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9783319707891
ISBN-10: 3319707892
Pagini: 285
Ilustrații: XIV, 370 p. 189 illus., 39 illus. in color.
Dimensiuni: 155 x 235 x 19 mm
Greutate: 0.79 kg
Ediția:2nd ed. 2017
Editura: Springer International Publishing
Colecția Springer
Seria Undergraduate Topics in Computer Science
Locul publicării:Cham, Switzerland
ISBN-10: 3319707892
Pagini: 285
Ilustrații: XIV, 370 p. 189 illus., 39 illus. in color.
Dimensiuni: 155 x 235 x 19 mm
Greutate: 0.79 kg
Ediția:2nd ed. 2017
Editura: Springer International Publishing
Colecția Springer
Seria Undergraduate Topics in Computer Science
Locul publicării:Cham, Switzerland
Cuprins
Introduction.- Syntax.- Assembly Language.- Object-Oriented Programming.- Functional Programming.- Compiling Standard ML.- Logic Programming.- Standard ML Type Inference.- Appendix A: The JCoCo Virtual Machine Specification.- Appendix B: The Standard ML Basis Library.
Notă biografică
Dr. Kent D. Lee is Professor of Computer Science at Luther College, Decorah, Iowa, USA. He is the author of the successful Springer textbook Python Programming Fundamentals and Data Structures and Algorithms with Python.
Textul de pe ultima copertă
This clearly written textbook provides an accessible introduction to the three programming paradigms of object-oriented/imperative, functional, and logic programming. Highly interactive in style, the text encourages learning through practice, offering test exercises for each topic covered. Review questions and programming projects are also presented, to help reinforce the concepts outside of the classroom. This updated and revised new edition features new material on the Java implementation of the JCoCo virtual machine.
Topics and features:
Dr. Kent D. Lee is Professor of Computer Science at Luther College, Decorah, Iowa, USA. He is the author of the successful Springer textbooks Python Programming Fundamentals and Data Structures and Algorithms with Python.
Topics and features:
- Includes review questions and solved practice exercises, with supplementary code and support files available from an associated website
- Presents an historical perspective on the models of computation used in implementing the programming languages used today
- Provides the foundations for understanding how the syntax of a language is formally defined by a grammar
- Illustrates how programs execute at the level of assembly language, through the implementation of a stack-based Python virtual machine called JCoCo and a Python disassembler
- Introduces object-oriented languages through examples in Java, functional programming with Standard ML, and programming using the logic language Prolog
- Describes a case study involving the development of a compiler for the high level functional language Small, a robust subset of Standard ML
Dr. Kent D. Lee is Professor of Computer Science at Luther College, Decorah, Iowa, USA. He is the author of the successful Springer textbooks Python Programming Fundamentals and Data Structures and Algorithms with Python.
Caracteristici
Focuses on the three paradigms of programming: imperative, functional, and logic programming Demonstrates not only how programming language concepts are used in language, but also how these concepts are implemented Covers assembly language programming, C++, Standard ML, and Prolog Updated and revised new edition, featuring new material on a Java implementation of the CoCo virtual machine Includes supplementary material: sn.pub/extras