Oops! Looks like we're having trouble connecting to our server.
Refresh your browser window to try again.
About this product
Product Identifiers
PublisherCambridge University Press
ISBN-100521644089
ISBN-139780521644082
eBay Product ID (ePID)592310
Product Key Features
Number of Pages382 Pages
Publication NameHaskell School of Expression : Learning Functional Programming Through Multimedia
LanguageEnglish
Publication Year2000
SubjectProgramming Languages / General, Programming / General, Interactive & Multimedia
TypeTextbook
Subject AreaComputers
AuthorPaul Hudak
FormatTrade Paperback
Dimensions
Item Height0.8 in
Item Weight22.2 Oz
Item Length10 in
Item Width7 in
Additional Product Features
Edition Number4
Intended AudienceScholarly & Professional
LCCN99-045529
TitleLeadingThe
Dewey Edition21
Reviews‘… a novel and intuitively appealing approach to teaching functional programming … could profitably be used for an advanced undergraduate course focusing on domain-specific languages in this area.’Journal of Functional Programming, '… a rather unusual and very interesting book for the functional programming community. The author's style is wonderful, and he is good at explaining the material … unique in the field of functional programming'. M. Ivanovi'c, Artificial Intelligence, '... a rather unusual and very interesting book for the functional programming community. The author's style is wonderful, and he is good at explaining the material ... unique in the field of functional programming'. M. Ivanovic, Artificial Intelligence, '... a rather unusual and very interesting book for the functional programming community. The author's style is wonderful, and he is good at explaining the material ... unique in the field of functional programming'. M. Ivanovi´c, Artificial Intelligence, "...a rather unusual and very interesting book for the functional programming community...The author's style is wonderful, and he is good at explaining the material...This book is unique in the field of functional programming." Computing Reviews, .,."a rather unusual and very interesting book for the functional programming community...The author's style is wonderful, and he is good at explaining the material...This book is unique in the field of functional programming." Computing Reviews, ‘… a rather unusual and very interesting book for the functional programming community. The author’s style is wonderful, and he is good at explaining the material … unique in the field of functional programming’.M. Ivanovi´c, Artificial Intelligence, '... a novel and intuitively appealing approach to teaching functional programming ... could profitably be used for an advanced undergraduate course focusing on domain-specific languages in this area.' Journal of Functional Programming, '… a novel and intuitively appealing approach to teaching functional programming … could profitably be used for an advanced undergraduate course focusing on domain-specific languages in this area.' Journal of Functional Programming
IllustratedYes
Dewey Decimal005.1/14
Table Of Content1. Problem solving, programming and calculation; 2. A module of shapes: part I; 3. Simple graphics; 4. Shapes II: drawing shapes; 5. Polymorphic and higher-order functions; 6. Shapes III: perimeters of shapes; 7. Trees; 8. A module of regions; 9. More about higher-order functions; 10. Drawing regions; 11. Proof by induction; 12. Qualified types; 13. A module of simple animations; 14. Programming with streams; 15. A module of reactive animations; 16. Communicating with the outside world; 17. Rendering reactive animations; 18. Higher-order types; 19. An imperative robot language; 20. Functional music composition; 21. Algebraic properties of multimedia; 22. Interpreting functional music; 23. A tour of the prelude list module; 24. A Tour of Haskell's standard type classes.
SynopsisFunctional programming is a style of programming that emphasizes the use of functions (in contrast to object-oriented programming, which emphasizes the use of objects). It has become popular in recent years because of its simplicity, conciseness, and clarity. This book teaches functional programming as a way of thinking and problem solving, using Haskell, the most popular purely functional language. Rather than using the conventional (boring) mathematical examples commonly found in other programming language textbooks, the author uses examples drawn from multimedia applications, including graphics, animation, and computer music, thus rewarding the reader with working programs for inherently more interesting applications. Aimed at both beginning and advanced programmers, this tutorial begins with a gentle introduction to functional programming and moves rapidly on to more advanced topics. Details about progamming in Haskell are presented in boxes throughout the text so they can be easily found and referred to., This book teaches functional programming as a way of thinking and problem solving, using Haskell, the most popular purely functional language. Rather than using the conventional examples commonly found in other programming language books, the author uses examples drawn from multimedia applications, including graphics, animation, and computer music.