Programming Language Fundamentals by Example
Autor D.E. Stevensonen Limba Engleză Hardback – 10 noi 2006
To give students a thorough, working knowledge of programming languages, this textbook uses a semester-long project in which students create a programming language. This project brings to life the concepts and theories fundamental to computer languages. The author incorporates "thinking tools" such as concept maps, matrices for analysis, and flowcharts.
Designed for fourth year undergraduates and first year graduates with enough exposure to programming to absorb the technical foundations of languages, this textbook offers a unique approach to understanding how programming languages are created and function.
Preț: 480.42 lei
Preț vechi: 697.00 lei
-31% Nou
Puncte Express: 721
Preț estimativ în valută:
91.97€ • 94.59$ • 76.30£
91.97€ • 94.59$ • 76.30£
Comandă specială
Livrare economică 27 ianuarie-10 februarie
Doresc să fiu notificat când acest titlu va fi disponibil:
Se trimite...
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9780849370168
ISBN-10: 0849370167
Pagini: 254
Ilustrații: 84 b/w images and 200 equations
Dimensiuni: 156 x 234 x 19 mm
Greutate: 0.48 kg
Ediția:1
Editura: CRC Press
Colecția Auerbach Publications
ISBN-10: 0849370167
Pagini: 254
Ilustrații: 84 b/w images and 200 equations
Dimensiuni: 156 x 234 x 19 mm
Greutate: 0.48 kg
Ediția:1
Editura: CRC Press
Colecția Auerbach Publications
Public țintă
Professional Practice & DevelopmentCuprins
How Did We Get Here? Historical Development of Programming Language Features. Introduction to Linguistics. Milestone 1: Learning a New Language: gForth. Linguistics for Programming Languages. What is a General Structure for Compiling? Personal Software Design Process. Milestone 2: Lexical Structure and Scanner. Milestone 3: Parsing. Milestone 4: Type Checking. Milestone 5: Elementary Compiling: Constants. Prelude to Scoping and Functions: the ?-calculus. Milestone 6: Scoping and Local Variables. Milestone 7: User Functions I: Non-Recursion. Milestone 8: User Functions II: Recursion. Milestone 9: Complex Data Types.
Notă biografică
Professor D.E. (Steve) Stevenson is an associate professor of computer science at Clemson University, where he is also the director of Institute for Modeling and Simulation Applications. He received a B.A. in mathematics in 1965 from Eastern Michigan University, an M.S. in computer science from Rutgers University in 1975, and a Ph.D. in mathematical sciences from Clemson in 1983. He was an infantry officer for four plus years from 1965–1969. He spent one year in Korea and one year in Viet Nam, where he was an advisor to the 3/3 Battalion, 1st ARVN Division. After leaving the military, he was employed at Bell Telephone Laboratories from 1969–1980. While at Bell Labs, he worked on system support, IMS development (loaned to IBM), and as an internal consultant on performance and database design. Dr. Stevenson worked with early versions of C and Unix. He also worked in many interdisciplinary activities involving modeling and simulation; such activities are now known as computational science and engineering. Computational science led Dr. Stevenson to leave Bell Labs in 1980 to pursue a Ph.D. degree in mathematical sciences at Clemson, specializing in numerical analysis. Since arriving at Clemson, he has worked to develop computational science concepts. Along with Drs. Robert M. Panoff, Holly P. Hirst, and D.D. Warner, he founded the Shodor Education Foundation, Inc. Shodor is recognized as a premier computational science education materials developer and is known for its education of college and university faculty in authentic modeling and simulation activities for science education. The Shodor activities led Dr. Stevenson to investigate new pedagogies; hence, this text is the culmination of some 40 years of experience in interdisciplinary educational and professional activities.
Descriere
Surveying the major programming languages that have hallmarked the evolution of computing, Programming Language Fundamentals by Example provides an understanding of the many languages and notations used in computer science, the formal models used to design phases, and the foundations of languages including linguistics. This textbook guides students