#math #notation #functional_programming #computer_science #scala #book #Intro
https://www.youtube.com/watch?v=tgr_dV7_53s
https://www.youtube.com/watch?v=tgr_dV7_53s
YouTube
Functional programming. Reasoning about types and code (hors série)
I have been writing up my functional programming tutorials as chapters for a new book, "The Science of Functional Programming". This presentation focuses on one of the main themes of the book - the techniques and applications of mathematical reasoning about…
#fs2 #scala #functional_programming #fp
https://www.freecodecamp.org/news/a-streaming-library-with-a-superpower-fs2-and-functional-programming-6f602079f70a/
https://www.freecodecamp.org/news/a-streaming-library-with-a-superpower-fs2-and-functional-programming-6f602079f70a/
freeCodeCamp.org
A streaming library with a superpower: FS2 and functional programming
Scala has a very special streaming library called FS2 (Functional Streams for Scala). This library embodies all the advantages of functional programming (FP). By understanding its design goals you will get exposure to the core ideas that make FP so appealing.…
#fs2 #fabio_labella #team #scala #functional_programming #fp
https://www.youtube.com/watch?v=x3GLwl1FxcA
https://www.youtube.com/watch?v=x3GLwl1FxcA
YouTube
Klarna Tech Talks: Compose your program flow with Stream - Fabio Labella
DescriptionThis talk will introduce fs2, a Scala purely functional streaming IO library.
Beyond the fancy words, we will look at fs2.Stream, a powerful abstraction that gives us a familiar List-like interface with the added power to embed arbitrary IO into…
Beyond the fancy words, we will look at fs2.Stream, a powerful abstraction that gives us a familiar List-like interface with the added power to embed arbitrary IO into…
#pure_function #functional_programming #scala #monix #cats_effect #zio #use_cases
https://www.youtube.com/watch?v=AnZ2pmysLgw
https://www.youtube.com/watch?v=AnZ2pmysLgw
YouTube
ZIO In Real World by Wiem Zine Elabidine
ZIO In Real World
Purely functional libraries like ZIO can help you build high-performance, concurrent applications that don’t have deadlocks, don’t leak resources and can solve complex problems using purely functional code.
In this talk, Wiem will walk you…
Purely functional libraries like ZIO can help you build high-performance, concurrent applications that don’t have deadlocks, don’t leak resources and can solve complex problems using purely functional code.
In this talk, Wiem will walk you…