Proceedings of the SIGPLAN'87 Symposium on Interpreters and Interpretive Techniques, St. Paul, Minn. , June 24-26, 1987

Proceedings of the SIGPLAN'87 Symposium on Interpreters and Interpretive Techniques, St. Paul, Minn. , June 24-26, 1987 PDF Author: ACM Special Interest Group on Programming Languages
Publisher:
ISBN:
Category :
Languages : en
Pages : 291

Get Book Here

Book Description

Proceedings of the SIGPLAN'87 Symposium on Interpreters and Interpretive Techniques, St. Paul, Minn. , June 24-26, 1987

Proceedings of the SIGPLAN'87 Symposium on Interpreters and Interpretive Techniques, St. Paul, Minn. , June 24-26, 1987 PDF Author: ACM Special Interest Group on Programming Languages
Publisher:
ISBN:
Category :
Languages : en
Pages : 291

Get Book Here

Book Description


Proceedings of the SIGPLAN '87 Symposium on Interpreters and Interpretive Techniques

Proceedings of the SIGPLAN '87 Symposium on Interpreters and Interpretive Techniques PDF Author:
Publisher:
ISBN:
Category : Computers
Languages : en
Pages : 304

Get Book Here

Book Description


SIGPLAN '87 Symposium in Interpreters and Interpretive Techniques

SIGPLAN '87 Symposium in Interpreters and Interpretive Techniques PDF Author:
Publisher:
ISBN:
Category :
Languages : en
Pages :

Get Book Here

Book Description


Proceedings of the Sigplan 87 Symposium on Interpreters and Interpretive Techniques

Proceedings of the Sigplan 87 Symposium on Interpreters and Interpretive Techniques PDF Author: Richard L. Wexelblat
Publisher:
ISBN: 9780897912358
Category : Computer science
Languages : en
Pages : 291

Get Book Here

Book Description


Proceedings of the 1990 ACM Conference on LISP and Functional Programming

Proceedings of the 1990 ACM Conference on LISP and Functional Programming PDF Author: Association for Computing Machinery
Publisher: Pearson Education
ISBN: 9780897913683
Category : Computer science
Languages : en
Pages : 362

Get Book Here

Book Description


Proceedings

Proceedings PDF Author:
Publisher:
ISBN:
Category : Computer architecture
Languages : en
Pages : 454

Get Book Here

Book Description


Lisp in Small Pieces

Lisp in Small Pieces PDF Author: Christian Queinnec
Publisher: Cambridge University Press
ISBN: 1139643282
Category : Computers
Languages : en
Pages : 540

Get Book Here

Book Description
This is a comprehensive account of the semantics and the implementation of the whole Lisp family of languages, namely Lisp, Scheme and related dialects. It describes 11 interpreters and 2 compilers, including very recent techniques of interpretation and compilation. The book is in two parts. The first starts from a simple evaluation function and enriches it with multiple name spaces, continuations and side-effects with commented variants, while at the same time the language used to define these features is reduced to a simple lambda-calculus. Denotational semantics is then naturally introduced. The second part focuses more on implementation techniques and discusses precompilation for fast interpretation: threaded code or bytecode; compilation towards C. Some extensions are also described such as dynamic evaluation, reflection, macros and objects. This will become the new standard reference for people wanting to know more about the Lisp family of languages: how they work, how they are implemented, what their variants are and why such variants exist. The full code is supplied (and also available over the Net). A large bibliography is given as well as a considerable number of exercises. Thus it may also be used by students to accompany second courses on Lisp or Scheme.

Fast Simulation of Computer Architectures

Fast Simulation of Computer Architectures PDF Author: Thomas M. Conte
Publisher: Springer Science & Business Media
ISBN: 1461523613
Category : Computers
Languages : en
Pages : 249

Get Book Here

Book Description
Chapters in Fast Simulation of Computer Architectures cover topics such as how to collect traces, emulate instruction sets, simulate microprocessors using execution-driven techniques, evaluate memory hierarchies, apply statistical sampling to simulation, and how to augment simulation with performance bound models. The chapters have been written by many of the leading researchers in the area, in a collaboration that ensures that the material is both coherent and cohesive. Audience: Of tremendous interest to practising computer architect designers seeking timely solutions to tough evaluation problems, and to advanced upper division undergraduate and graduate students of the field. Useful study aids are provided by the problems at the end of Chapters 2 through 8.

Proceedings of the ... ACM Conference on LISP and Functional Programming

Proceedings of the ... ACM Conference on LISP and Functional Programming PDF Author:
Publisher:
ISBN:
Category : Functional programming (Computer science)
Languages : en
Pages : 368

Get Book Here

Book Description


The Design And Implementation Of Concurrent Small Talk

The Design And Implementation Of Concurrent Small Talk PDF Author: Yokote Yasuhiko
Publisher: World Scientific
ISBN: 9814507075
Category : Computers
Languages : en
Pages : 176

Get Book Here

Book Description
This book focuses on object-oriented concurrent computing, which can be considered a model of concurrent programming, and proposes a new programming language, ConcurrentSmalltalk, which is based on object-oriented concurrent computing. The book also shows the efficiency of object-oriented concurrent computing through the design, implementation, and evaluation of ConcurrentSmalltalk. ConcurrentSmalltalk is designed to be upwardly compatible with Smalltalk-80. In the book, the ConcurrentSmalltalk object model is first proposed. Next, issues which arise from maintaining compatibility with Smalltalk-80 are discussed. Finally, the ConcurrentSmalltalk virtual machine which executes the ConcurrentSmalltalk programs is proposed.