ACM SIGPLAN Notices

ACM SIGPLAN Notices
Author :
Publisher :
Total Pages : 1102
Release :
ISBN-10 : UOM:39015065053707
ISBN-13 :
Rating : 4/5 (07 Downloads)

Synopsis ACM SIGPLAN Notices by :

The Art of the Metaobject Protocol

The Art of the Metaobject Protocol
Author :
Publisher : MIT Press
Total Pages : 352
Release :
ISBN-10 : 0262610744
ISBN-13 : 9780262610742
Rating : 4/5 (44 Downloads)

Synopsis The Art of the Metaobject Protocol by : Gregor Kiczales

The authors introduce this new approach to programming language design, describe its evolution and design principles, and present a formal specification of a metaobject protocol for CLOS. The CLOS metaobject protocol is an elegant, high-performance extension to the CommonLisp Object System. The authors, who developed the metaobject protocol and who were among the group that developed CLOS, introduce this new approach to programming language design, describe its evolution and design principles, and present a formal specification of a metaobject protocol for CLOS. Kiczales, des Rivières, and Bobrow show that the "art of metaobject protocol design" lies in creating a synthetic combination of object-oriented and reflective techniques that can be applied under existing software engineering considerations to yield a new approach to programming language design that meets a broad set of design criteria. One of the major benefits of including the metaobject protocol in programming languages is that it allows users to adjust the language to better suit their needs. Metaobject protocols also disprove the adage that adding more flexibility to a programming language reduces its performance. In presenting the principles of metaobject protocols, the authors work with actual code for a simplified implementation of CLOS and its metaobject protocol, providing an opportunity for the reader to gain hands-on experience with the design process. They also include a number of exercises that address important concerns and open issues. Gregor Kiczales and Jim des Rivières, are Members of the Research Staff, and Daniel Bobrow is a Research Fellow, in the System Sciences Laboratory at Xerox Palo Alto Research Center.

Scheme and the Art of Programming

Scheme and the Art of Programming
Author :
Publisher :
Total Pages : 344
Release :
ISBN-10 : UCR:31210011622071
ISBN-13 :
Rating : 4/5 (71 Downloads)

Synopsis Scheme and the Art of Programming by : George Springer

This is the first introduction to computer programming text to focus on functional programming which is not too mathematically rigorous for freshmen. The text features an introduction to the Scheme programming language and real-world examples and exercises which are easy to follow and learn from.

Modula Three

Modula Three
Author :
Publisher :
Total Pages : 312
Release :
ISBN-10 : 0135963966
ISBN-13 : 9780135963968
Rating : 4/5 (66 Downloads)

Synopsis Modula Three by : Samuel P. Harbison

This book aims to provide a complete guide for programmers who want to learn how to write correct and maintainable programmes in the Modula-3 programming language - the newest member of the Pascal family of languages. The book describes the complete Modula-3 language, beginning with basics and progressing to more advanced features of the language. Coverage includes the basic language, declaration statements, types and procedures.

Object Lifecycles

Object Lifecycles
Author :
Publisher : Prentice Hall
Total Pages : 280
Release :
ISBN-10 : UCSC:32106009226934
ISBN-13 :
Rating : 4/5 (34 Downloads)

Synopsis Object Lifecycles by : Sally Shlaer

A companion book to Mellor and Shlaer's Object-Oriented Systems Analysis which covers the Information Modeling step, this book details in three step s a systematic method for investigating and defining real-time, scientific, and business-oriented systems. It explains the State Modeling step, the Process Modeling step, and the External Specifications step.

System Design with Ada

System Design with Ada
Author :
Publisher : Prentice Hall
Total Pages : 282
Release :
ISBN-10 : UOM:39015009804744
ISBN-13 :
Rating : 4/5 (44 Downloads)

Synopsis System Design with Ada by : R. J. A. Buhr

Software Engineering with B

Software Engineering with B
Author :
Publisher : Addison Wesley Longman
Total Pages : 356
Release :
ISBN-10 : UVA:X004037491
ISBN-13 :
Rating : 4/5 (91 Downloads)

Synopsis Software Engineering with B by : J. B. Wordsworth

This is the definitive guide to software engineering with B--the generic name for the software development method invented by Jean-Raymond Abrial, and for the language and CASE tool developed by B-Core (UK) Ltd. The B-method is almost unique among formal software development methods in that it uses a single notation for specification, design and programming. Using tutorial examples, this practical guide can be applied to the whole software engineering life cycle. An accompanying disk allows the reader to experiment with program examples. Key features include: Gives a balanced coverage of the B-Method, the abstract machine notation (AMN) and the B-Toolkit Covers the complete software development process from specification through to production of programs Shows how to write informal descriptions of software components as state machines and how to formalize simple state machines using the abstract machine notation Covers the use of the B-Toolkit for entering, committing, analyzing and animating machines and for generating machines from systems definitions Provides a diskette containing the source text of the examples in the book for use with the B-Toolkit Is supported by supplementary material on the World Wide Web 0201403560B04062001

The Haskell School of Expression

The Haskell School of Expression
Author :
Publisher : Cambridge University Press
Total Pages : 390
Release :
ISBN-10 : 0521644089
ISBN-13 : 9780521644082
Rating : 4/5 (89 Downloads)

Synopsis The Haskell School of Expression by : Paul Hudak

This book teaches functional programming using Haskell and examples drawn from multimedia applications.