E-Book, Englisch, 380 Seiten
Kmetiuk Mastering Functional Programming
1. Auflage 2018
ISBN: 978-1-78862-603-3
Verlag: De Gruyter
Format: EPUB
Kopierschutz: Adobe DRM (»Systemvoraussetzungen)
Functional techniques for sequential and parallel programming with Scala
E-Book, Englisch, 380 Seiten
ISBN: 978-1-78862-603-3
Verlag: De Gruyter
Format: EPUB
Kopierschutz: Adobe DRM (»Systemvoraussetzungen)
No detailed description available for "Mastering Functional Programming".
Autoren/Hrsg.
Fachgebiete
- Mathematik | Informatik EDV | Informatik Programmierung | Softwareentwicklung Programmier- und Skriptsprachen
- Mathematik | Informatik EDV | Informatik Programmierung | Softwareentwicklung Algorithmen & Datenstrukturen
- Mathematik | Informatik EDV | Informatik Programmierung | Softwareentwicklung Objektorientierte Programmierung
Weitere Infos & Material
Table of Contents - Declarative Programming Style
- Functions and Lambdas
- Functional Data Structures
- The Problem of Side Effects
- Effect Types: Abstracting Away Side Effects
- Effect Types in Practice
- The Idea of the Type Classes
- Basic Type Classes and Their Usage
- Libraries for Pure Functional Programming
- Patterns of Advanced Functional Programming
- Introduction to the Actor Model
- Actor Model in Practice
- Use Case: A Parallel Web Crawler
- Appendix: Introduction to Scala