Difference between revisions of "Functional Programming and Parallel Graph Rewriting"
From Clean
Jump to navigationJump to searchBas Lijnse (talk | contribs) |
Bas Lijnse (talk | contribs) |
||
Line 1: | Line 1: | ||
[[Image:FunctionalProgammingAndParallelGraphRewriting.gif|right|frame]] | [[Image:FunctionalProgammingAndParallelGraphRewriting.gif|right|frame]] | ||
− | Functional Programming and Parallel Graph Rewriting | + | "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.st.cs.ru.nl/papers/1993/FPPGR.book.review.html Here is a review of the book]. |
− | It | ||
− | + | == Book Content == | |
+ | The book is available online in multiple parts: | ||
* [http://www.st.cs.ru.nl/papers/1993/plaseek93/Ch00.Preface.ps Preface] | * [http://www.st.cs.ru.nl/papers/1993/plaseek93/Ch00.Preface.ps Preface] |
Revision as of 11:52, 5 July 2010
"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