Skip to content

Programming Languages and Methodologies

Best in textbook rentals since 2012!

ISBN-10: 0763740594

ISBN-13: 9780763740597

Edition: 2007

Authors: Robert J. Schalkoff

List price: $240.95
Blue ribbon 30 day, 100% satisfaction guarantee!
Out of stock
We're sorry. This item is currently unavailable.
what's this?
Rush Rewards U
Members Receive:
Carrot Coin icon
XP icon
You have reached 400 XP and carrot coins. That is the daily max!

Description:

Programming Languages and Methodologies presents a mature, well-rounded view of the entire programming process. Intended for the junior/senior-level student who has completed introductory programming courses, Schalkoff's text discusses the more advanced programming topics, including differing programming methodologies (imperative, declarative, functional, OO, parallel, and event-driven), the concepts of formal grammars and syntax, the concepts and implementation of scanning and parsing, and the concept of semantics. The choice of topics included allows instructors to tailor their approach to suite the needs of the course and provides a wealth of hands-on exercises and experiences. With this…    
Customers also bought

Book details

List price: $240.95
Copyright year: 2007
Publisher: Jones & Bartlett Learning, LLC
Publication date: 10/18/2006
Binding: Hardcover
Pages: 636
Size: 8.75" wide x 11.25" long x 1.75" tall
Weight: 3.872
Language: English

Introduction : programming concepts and languages
From formal grammars to programming languages
Programming in prolog
Sample programming language minic
Using prolog for scanning and parsing
Scanning and parsing minic using flex and bison
Enhancing minic
Functional programming and the Lambda calculus
Lisp
Object-oriented functional programming
Object-oriented, typed functional programming with modules
Abstract syntax and formal approaches to programming language semantics
Event-driven programming, part 1
Event-driven programming, part 2
Parallel computing and parallel programming