Difference between revisions of "Functional Programming and Parallel Graph Rewriting"
From Clean
Jump to navigationJump to search (fix links) |
(fix link) |
||
Line 1: | Line 1: | ||
[[Image:FunctionalProgammingAndParallelGraphRewriting.gif|right|frame]] | [[Image:FunctionalProgammingAndParallelGraphRewriting.gif|right|frame]] | ||
− | "Functional Programming and Parallel Graph Rewriting" written by Plasmeijer and Van Eekelen is published by Addison-Wesley in 1993 (ISBN 0-201-41663-8, 571 pages). It explains in detail the theoretical ideas behind Clean and shows how these ideas can be used to make an efficient implementation. [http://www. | + | "Functional Programming and Parallel Graph Rewriting" written by Plasmeijer and Van Eekelen is published by Addison-Wesley in 1993 (ISBN 0-201-41663-8, 571 pages). It explains in detail the theoretical ideas behind Clean and shows how these ideas can be used to make an efficient implementation. [http://www.sws.cs.ru.nl/publications/papers/1993/FPPGR.book.review.html Here is a review of the book]. |
== Book Content == | == Book Content == |
Latest revision as of 11:35, 4 April 2019
"Functional Programming and Parallel Graph Rewriting" written by Plasmeijer and Van Eekelen is published by Addison-Wesley in 1993 (ISBN 0-201-41663-8, 571 pages). It explains in detail the theoretical ideas behind Clean and shows how these ideas can be used to make an efficient implementation. Here is a review of the book.
Book Content
The book is available online in multiple parts:
- Preface
- Part 1 FUNCTIONAL PROGRAMMING
- Part 2 MODELS OF COMPUTATION
- Part 3 ANALYSIS OF FUNCTIONAL PROGRAMS
- Part 4 IMPLEMENTATION ON SEQUENTIAL ARCHITECTURES
- Part 5 CONCURRENCY ISSUES
- APPENDICES
- Bibliography
- Index