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 :
Languages : en
Pages :

Get Book Here

Book Description


Performance and Evaluation of LISP Systems

Performance and Evaluation of LISP Systems PDF Author: Richard P. Gabriel
Publisher: Mit Press
ISBN: 9780262571937
Category : Computers
Languages : en
Pages : 350

Get Book Here

Book Description
This final report of the Stanford Lisp Performance Study describes implementation techniques, performance tradeoffs, benchmarking techniques, and performance results for all of the major Lisp dialects in use today.

Proceedings of the 1992 ACM Conference on LISP and Functional Programming

Proceedings of the 1992 ACM Conference on LISP and Functional Programming PDF Author: Association for Computing Machinery
Publisher: Pearson Education
ISBN: 9780897914819
Category : Computer programming
Languages : en
Pages : 370

Get Book Here

Book Description


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

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

Get Book Here

Book Description


Anatomy of LISP

Anatomy of LISP PDF Author: John Allen
Publisher: McGraw-Hill Companies
ISBN:
Category : Computers
Languages : en
Pages : 474

Get Book Here

Book Description


Proceedings of the 1994 ACM Conference on LISP and Functional Programming

Proceedings of the 1994 ACM Conference on LISP and Functional Programming PDF Author:
Publisher: Pearson Education
ISBN: 9780897916431
Category : Computer science
Languages : en
Pages : 338

Get Book Here

Book Description


The Definition of Standard ML

The Definition of Standard ML PDF Author: Robin Milner
Publisher: MIT Press
ISBN: 9780262631815
Category : Computers
Languages : en
Pages : 132

Get Book Here

Book Description
Software -- Programming Languages.

Implementation and Application of Functional Languages

Implementation and Application of Functional Languages PDF Author: Clemens Grelck
Publisher: Springer Science & Business Media
ISBN: 3540260943
Category : Computers
Languages : en
Pages : 236

Get Book Here

Book Description
This book constitutes the thoroughly refereed post-proceedings of the 16th International Workshop on Implementation and Applications of Functional Languages, IFL 2004, held in Lübeck, Germany in September 2004. The 13 revised full papers presented went through two rounds of reviewing and improvement and were selected from an initial total of 40 workshop presentations. The papers address current issues on functional and function-based languages, ranging from theoretical and methodological topics to implementation issues and applications in various contexts.

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.

Advanced Functional Programming

Advanced Functional Programming PDF Author: Johan Jeuring
Publisher: Springer Science & Business Media
ISBN: 9783540594512
Category : Computers
Languages : en
Pages : 350

Get Book Here

Book Description
This volume presents the tutorials given during the First International Spring School on Advanced Functional Programming Techniques, held in Bastad, Sweden in May 1995. The last few years have seen important new developments in functional programming techniques: concepts, such as monads, type classes, and several new special purpose libraries of higher-order functions are new and powerful methods for structuring programs. This book brings programmers, software engineers and computer scientists up-to-date with the latest techniques. Most tutorial contributions contain exercises to familiarize the reader with the new concepts and techniques, and only basic knowledge in functional programming is assumed.