Read more
Zusatztext "?a shining example of how to use educational ideas in computer science education?unique in the computer science education market! offering a unique approach to understanding how programming languages are created and function. The book should certainly put students one step closer to being prepared to function as designers in the real world." www.SirReadaLot.org! January Issue! 2007 Informationen zum Autor 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. Klappentext 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 through the process of implementing a simple interpreter with case-based exercises! questions! and a semester-long project that encompasses all of the concepts and theories presented in the book into one concrete example. It covers also such topics as formal grammars! automata! denotational and axiomatic semantics! and rule-based presentation. Zusammenfassung 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 Inhaltsverzeichnis 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 Dat...