Mary Had a Little Lambda
Offered By: EuroPython Conference via YouTube
Course Description
Overview
Explore the power and elegance of lambda functions in this 44-minute EuroPython 2017 conference talk. Dive into the lambda calculus, tracing its origins back to Alonzo Church in the 1930s, and discover how this simple concept can represent entire programs using only anonymous functions. Learn to create booleans, conditionals, integers, arithmetic operators, and data structures using lambda. Gain insights into the computational capabilities of lambda functions and their potential to bridge the gap between object-oriented and functional programming paradigms. Walk away with a deeper appreciation for the versatility and significance of lambda in computer science.
Syllabus
Introduction
About Anjana
Mary had a little lambda
Lambda calculus
lambda vs Python
applying functions
proof
Church numerals
Adding numbers
Multiplication
Power
Booleans
Logic
Logic Part
Data Structures
Pairs
Empty Lists
Prepend
Conclusion
Taught by
EuroPython Conference
Related Courses
Programming Languages ⅠKorea Advanced Institute of Science and Technology via Coursera Meaning Representation for Natural Language Understanding - Mariana Romanyshyn - ODSC Europe 2019
Open Data Science via YouTube Propositions as Types
Strange Loop Conference via YouTube The Road to Akka Cluster, and Beyond
Strange Loop Conference via YouTube Making a Computer Turing Complete
Ben Eater via YouTube