Proceedings of the 1994 ACM Conference on LISP and Functional Programming
Author | : |
Publisher | : Pearson Education |
Total Pages | : 338 |
Release | : 1994 |
Genre | : Computer science |
ISBN | : 9780897916431 |
Download Proceedings Of The 1994 Acm Conference On Lisp And Functional Programming full books in PDF, epub, and Kindle. Read online free Proceedings Of The 1994 Acm Conference On Lisp And Functional Programming ebook anywhere anytime directly on your device. Fast Download speed and no annoying ads. We cannot guarantee that every ebooks is available!
Author | : |
Publisher | : Pearson Education |
Total Pages | : 338 |
Release | : 1994 |
Genre | : Computer science |
ISBN | : 9780897916431 |
Author | : |
Publisher | : Pearson Education |
Total Pages | : 340 |
Release | : 1997 |
Genre | : Computers |
ISBN | : 9780897919180 |
Author | : |
Publisher | : Pearson Education |
Total Pages | : 296 |
Release | : 1999 |
Genre | : Computer science |
ISBN | : 9781581131116 |
Author | : |
Publisher | : Pearson Education |
Total Pages | : 308 |
Release | : 2000 |
Genre | : Computer architecture |
ISBN | : 9781581132021 |
Author | : Association for Computing Machinery. Southeast Regional Conference |
Publisher | : Pearson Education |
Total Pages | : 284 |
Release | : 1982 |
Genre | : Computer programming |
ISBN | : 9780897917704 |
Author | : Donald Sannella |
Publisher | : Springer Science & Business Media |
Total Pages | : 532 |
Release | : 1994-03-23 |
Genre | : Computers |
ISBN | : 9783540578802 |
This volume contains the papers selected for presentation at the fifth European Symposium on Programming (ESOP '94), which was held jointly with the 19th Colloquium on Trees in Algebra and Programming (CAAP '94) in Edinburgh in April 1994. ESOP is devoted to fundamental issues in the specification, design and implementation of programming languages and systems. The scope of the symposium includes work on: software analysis, specification, transformation, development and verification/certification; programming paradigms (functional, logic, object-oriented, concurrent, etc.) and their combinations; programming language concepts, implementation techniques and semantics; software design methodologies; typing disciplines and typechecking algorithms; and programming support tools.
Author | : Chris Reade |
Publisher | : Addison Wesley Publishing Company |
Total Pages | : 624 |
Release | : 1989 |
Genre | : Computers |
ISBN | : |
Software -- Programming Techniques.
Author | : |
Publisher | : Pearson Education |
Total Pages | : 228 |
Release | : 1997 |
Genre | : Computer science |
ISBN | : 9780897919173 |
"Sponsored by the Association for Computing Machinery, Special Interest Group on Programming Languages (SIGPLAN)."
Author | : |
Publisher | : Pearson Education |
Total Pages | : 494 |
Release | : 1994 |
Genre | : Computer programming |
ISBN | : 9780897916363 |
Proceedings -- Parallel Computing.
Author | : Christian Queinnec |
Publisher | : Cambridge University Press |
Total Pages | : 540 |
Release | : 2003-12-04 |
Genre | : Computers |
ISBN | : 1139643282 |
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.