Programming Principles and Paradigms by Allen Tucker and Robert Noonan is provides balanced coverage of both the principles of language design and the different programming paradigms. The principles of language design are covered using a formal model and a hands-on laboratory suite that uses a Java interpreter to implement the formal model. This approach gives students an excellent grasp of language design theory and its relationship to practice. It also lays the foundation for the paradigms that are presented in the second half of the book.The text presents and contrasts six major programming imperitave,object-oriented,functional,logic,concurrent,and event-driven programming. Through the use of one language for each paradigm,students gain a deep understanding of the paradigm without being distracted by a profusion of languages.
Allen B. Tucker Jr. is the Anne T. and Robert M. Bass Professor Emeritus at Bowdoin College. He has held similar faculty positions at Georgetown and Colgate Universities. He earned a BA in mathematics from Wesleyan University and an MS and PhD in Computer Science from Northwestern University. He is an ACM Fellow and Distinguished Lecturer.
Professor Tucker has publications in the areas of programming languages, software development, natural language processing, and curriculum development. He has been a Fulbright lecturer at the Ternopil Academy in Ukraine, and a visiting lecturer at the University of Canterbury in New Zealand, Esigelec in France and Boston University in Germany. He is currently an active open source software developer and an advisory board member for the Humanitarian FOSS Project.
Very resourceful and knowledgeable on older programming languages gives a good introduction to many vintage programming languages. A fine work for study in the Early Computer Sciences.