Functional Programming in Scala
Autor Michael Pilquist, Runar Bjarnason, Paul Chiusanoen Limba Engleză Paperback – 6 iun 2023
Functional Programming in Scala, Second Edition teaches you functional programming from first principles using the powerful Scala language. Youll develop the unique skills you need to start thinking functionally through hands-on exercises and coding challenges. New to the revised second edition, each exercise comes with extensive annotations to help you understand functional programming in-depth.
Preț: 308.09 lei
Preț vechi: 385.12 lei
-20% Nou
Puncte Express: 462
Preț estimativ în valută:
58.96€ • 61.18$ • 49.28£
58.96€ • 61.18$ • 49.28£
Carte disponibilă
Livrare economică 24 februarie-10 martie
Livrare express 07-13 februarie pentru 48.02 lei
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9781617299582
ISBN-10: 1617299588
Pagini: 488
Dimensiuni: 186 x 233 x 29 mm
Greutate: 0.91 kg
Ediția:2. Auflage
Editura: Manning
ISBN-10: 1617299588
Pagini: 488
Dimensiuni: 186 x 233 x 29 mm
Greutate: 0.91 kg
Ediția:2. Auflage
Editura: Manning
Cuprins
table of contents detailed TOC
PART 1: INTRODUCTION TO FUNCTIONAL PROGRAMMING
READ IN LIVEBOOK1WHAT IS FUNCTIONAL PROGRAMMING?
READ IN LIVEBOOK2GETTING STARTED WITH FUNCTIONAL PROGRAMMING IN SCALA
READ IN LIVEBOOK3FUNCTIONAL DATA STRUCTURES
READ IN LIVEBOOK4HANDLING ERRORS WITHOUT EXCEPTIONS
READ IN LIVEBOOK5STRICTNESS AND LAZINESS
READ IN LIVEBOOK6PURELY FUNCTIONAL STATE
PART 2: FUNCTIONAL DESIGN AND COMBINATOR LIBRARIESREAD IN LIVEBOOK7PURELY FUNCTIONAL PARALLELISM
READ IN LIVEBOOK8PROPERTY-BASED TESTING
READ IN LIVEBOOK9PARSER COMBINATORS
PART 3: COMMON STRUCTURES IN FUNCTIONAL DESIGNREAD IN LIVEBOOK10MONOIDS
READ IN LIVEBOOK11MONADS
READ IN LIVEBOOK12APPLICATIVE AND TRAVERSABLE FUNCTORS
PART 4: EFFECTS AND I/O13 EXTERNAL EFFECTS AND I/O
14 LOCAL EFFECTS AND MUTABLE STATE
15 STREAM PROCESSING AND INCREMENTAL I/O
Notă biografică
Michael Pilquist has been using Scala since 2009, when he was convinced to give it a try by listening to Dick Wall and the Java Posse. He introduced Scala at Comcast and has written a number of open source functional programming libraries, including scodec, simulacrum, and ip4s. He is also the lead maintainer of FS2, a functional streaming library, and contributes heavily to the Type level ecosystem.
Paul Chiusano and R�nar Bjarnason are recognized experts in functional programming and authors of the first edition of Functional Programming with Scala