Research Directions in Parallel Functional Programming

Research Directions in Parallel Functional Programming
Author: Kevin Hammond
Publisher: Springer Science & Business Media
Total Pages: 507
Release: 2012-12-06
Genre: Computers
ISBN: 1447108418


Download Research Directions in Parallel Functional Programming Book in PDF, Epub and Kindle

Programming is hard. Building a large program is like constructing a steam locomotive through a hole the size of a postage stamp. An artefact that is the fruit of hundreds of person-years is only ever seen by anyone through a lOO-line window. In some ways it is astonishing that such large systems work at all. But parallel programming is much, much harder. There are so many more things to go wrong. Debugging is a nightmare. A bug that shows up on one run may never happen when you are looking for it - but unfailingly returns as soon as your attention moves elsewhere. A large fraction of the program's code can be made up of marshalling and coordination algorithms. The core application can easily be obscured by a maze of plumbing. Functional programming is a radical, elegant, high-level attack on the programming problem. Radical, because it dramatically eschews side-effects; elegant, because of its close connection with mathematics; high-level, be cause you can say a lot in one line. But functional programming is definitely not (yet) mainstream. That's the trouble with radical approaches: it's hard for them to break through and become mainstream. But that doesn't make functional programming any less fun, and it has turned out to be a won derful laboratory for rich type systems, automatic garbage collection, object models, and other stuff that has made the jump into the mainstream.


Research Directions in Parallel Functional Programming
Language: en
Pages: 507
Authors: Kevin Hammond
Categories: Computers
Type: BOOK - Published: 2012-12-06 - Publisher: Springer Science & Business Media

GET EBOOK

Programming is hard. Building a large program is like constructing a steam locomotive through a hole the size of a postage stamp. An artefact that is the fruit
Trends in Functional Programming Volume 6
Language: en
Pages: 240
Authors: Marko Van Eekelen
Categories: Computers
Type: BOOK - Published: 2005-06-01 - Publisher: Intellect Books

GET EBOOK

This is Volume 7 of Trends in Functional Programming (TFP). It contains a refereed selection of the papers that were presented at TFP 2006: the Seventh Symposiu
Research Topics in Functional Programming
Language: en
Pages: 408
Authors: D. A. Turner
Categories: Computers
Type: BOOK - Published: 1990 - Publisher: Addison Wesley Publishing Company

GET EBOOK

Trends in Functional Programming
Language: en
Pages: 137
Authors: Viktória Zsók
Categories: Computers
Type: BOOK - Published: 2021-08-23 - Publisher: Springer Nature

GET EBOOK

This book constitutes revised selected papers from the 22nd International Symposium on Trends in Functional Programming, TFP 2021, which was held virtually in F
Real-World Functional Programming
Language: en
Pages: 989
Authors: Tomas Petricek
Categories: Computers
Type: BOOK - Published: 2009-11-30 - Publisher: Simon and Schuster

GET EBOOK

Functional programming languages like F#, Erlang, and Scala are attractingattention as an efficient way to handle the new requirements for programmingmulti-proc