Limit this search to....

Advanced Functional Programming: 4th International School, Afp 2002, Oxford, Uk, August 19-24, 2002, Revised Lectures 2003 Edition
Contributor(s): Jeuring, Johan (Editor), Peyton Jones, Simon (Editor)
ISBN: 3540401326     ISBN-13: 9783540401322
Publisher: Springer
OUR PRICE:   $52.24  
Product Type: Paperback - Other Formats
Published: May 2003
Qty:
Annotation:

This tutorial book presents seven revised lectures given by leading researchers at the 4th International School on Functional Programming, AFP 2002, in Oxford, UK in August 2002.

The lectures presented introduce tools, language features, domain-specific languages, problem domains, and programming methods. All lectures contain exercises and practical assignments. The software accompanying the lectures can be accessed from the AFP 2002 Web site. This book is designed to enable individuals, small groups of students, and lecturers to study recent work in the rapidly developing area of functional programming.

Additional Information
BISAC Categories:
- Computers | Programming - Object Oriented
- Computers | Software Development & Engineering - General
- Computers | Programming Languages - General
Dewey: 005.114
LCCN: 2003050538
Series: Lecture Notes in Computer Science
Physical Information: 0.48" H x 6.14" W x 9.21" (0.72 lbs) 216 pages
 
Descriptions, Reviews, Etc.
Publisher Description:
This volume contains the notes of the lectures given at the Fourth Inter- tionalSchoolonAdvanced FunctionalProgramming, heldAugust19-24,2002, at St. Anne's College in Oxford, UK. This School was preceded by earlier ones in B? astad (1995, Sweden, LNCS 925), Olympia, WA (1996, USA, LNCS 1129), andBraga(1998, Portugal, LNCS 1608). The goal of this series of schools is to make recent developments in the area of functional programming widely available. The notes are published to enable individuals, small groups of students, and lecturers to study recent work in the rapidly developing area of functional programming. ThelecturesinthisSchoolintroducetools, languagefeatures, domain-speci?c languages, problem domains, or programming methods. All lectures are - companied by software, and all lectures contain exercises and practical assi- ments. Most of the resources can be downloaded via the website of the School: http: //www.functional-programming.org/afp/afp4/. TheLectures Richard Bird and Jeremy Gibbons show how to construct a program for ari- meticcoding.Theyusethetheoryoffoldsandunfoldstodevelopbothaprogram forarithmeticcodinganddecoding, andaproofofcorrectness.Theelegantresult shows that using theory can make a di?cult proof digestible. Manuel Chakravarty and Gabriele Keller tackle the performance problem of Haskell's standard arrays. They introduce an array library with which arr- centric algorithms can be coded elegantly, which has very good performance. Koen Claessen and Colin Runciman show how to use QuickCheck to specify programpropertiesandtotestthesepropertiesonfunctionalprograms, andhow to use Hat to trace computations. The combination of the two tools which can be used to trace computations of unexpected results is a powerful debugging tool. MatthiasFelleisenexplainshowtodevelopinteractiveWebprogramsinfu- tional Scheme with continuations, using DrScheme and its built-in Web server.