Let's Get Lazy - The Real Power of Functional Programming
Offered By: NDC Conferences via YouTube
Course Description
Overview
Explore the power of lazy evaluations in functional programming through this comprehensive conference talk. Dive into the concept of efficiency by avoiding unnecessary computations, starting with examples from Haskell and other languages. Learn how to implement lazy evaluations in C# using lambda expressions and the Stream API. Discover the benefits of purity, infinite streams, and polymorphism in functional programming. Gain insights into creating efficient code through lazy evaluations, encapsulation, and proper resource management. Understand the semantics and practical applications of lazy evaluations to enhance your programming skills and create more efficient software solutions.
Syllabus
Introduction
Example
Compute
Haskell
Why purity is important
Defining compute
The charm of lambda expressions
Lazy expressions in C
An imperative example
Terminal operations
Infinite streams
Its cold like this
The beauty of imperative code
Lazy evaluation
Creating a series
Lazy evaluations
polymorphism
encapsulation
resources
Semantics
Taught by
NDC Conferences
Related Courses
Python Functions, Files, and DictionariesUniversity of Michigan via Coursera Complete Modern C++ (C++11/14/17)
Udemy Java Programming Masterclass: Learn Java From Scratch
Udemy Lambda with Functional Programming in Java8
Udemy C# Advanced Topics: Prepare for Technical Interviews
Udemy