notes with tags: functional

id text url tags updated_at
4945 Арсений Сапелкин — Функциональное программирование в Python: ежедневные рецепты - YouTube https://www.youtube.com/watch?v=eFkp1e4ex5s python functional 2023 Aug 24 06:17
4355 sammyrulez/typed-monads: Easy functional monads for your python code https://github.com/sammyrulez/typed-monads python functional 2023 Jun 09 18:48
4354 Functional Python Programming | Hacker News https://news.ycombinator.com/item?id=36256987 python functional 2023 Jun 09 14:37
3759 Raymond Hettinger on Twitter: "1/ Writing a recursive combinator version of factorial in #Python is a real brain-teaser: >>> ( lambda n: (lambda fact: fact(n, fact))( lambda n, inner: 1 if n == 0 else (n * inner(n - 1, inner)) ) )(5) 120" / Twitter https://twitter.com/raymondh/status/1352018456401440769 python functional 2023 Jan 07 11:45
3750 fmaya/pure.py at master · gfixler/fmaya https://github.com/gfixler/fmaya/blob/master/fmaya/core/pure.py python functional 2023 Jan 06 14:31
3418 What’s so great about functional programming anyway? | Hacker News https://news.ycombinator.com/item?id=33620439 coding functional 2022 Nov 16 10:37
3229 KikyTokamuro/Simple-Functional-Programming: Функциональное программирование простым языком + примеры https://github.com/KikyTokamuro/Simple-Functional-Programming functional 2022 Oct 23 14:54
2548 Практический кейс использования моноида на TypeScript - YouTube https://www.youtube.com/watch?v=8f-BGof_JtI functional 2022 Jul 27 16:06
2508 Functional programming design patterns by Scott Wlaschin - YouTube https://www.youtube.com/watch?v=E8I19uA-wGY functional 2022 Jul 27 13:25
2503 Why Functional Programming Matters by John Hughes at Functional Conf 2016 - YouTube https://www.youtube.com/watch?v=XrNdvWqxBvA functional 2022 Jul 27 13:20
2501 Functional Programming in Python - YouTube https://www.youtube.com/watch?v=aQ3aKxdUXys python functional 2022 Jul 27 13:18
2449 Functional Programming with Python - YouTube https://www.youtube.com/watch?v=AkTBgJXY9rA python functional 2022 Jul 27 12:48
2438 David Beazley - No, not typing. Types. - YouTube https://www.youtube.com/watch?v=rLRNY5iSvk0 python functional 2022 Jul 27 12:15
2425 Lambda Calculus: PyCon 2019 Tutorial (Screencast) - YouTube https://www.youtube.com/watch?v=5C6sv7-eTKg python functional 2022 Jul 27 12:08
2401 Что значит моноид в программировании? - YouTube https://www.youtube.com/watch?v=Da-avtMWIf8 functional 2022 Jul 27 11:27
2381 Анализ исходного кода Redux | Функциональная композиция | Middleware - YouTube https://www.youtube.com/watch?v=ChFQMzfpYbI functional 2022 Jul 27 09:36
2364 OSCON 2013: "Functional Thinking" - Neal Ford - YouTube https://www.youtube.com/watch?v=7aYS9PcAITQ functional 2022 Jul 27 08:12
2360 Joel Grus: Learning Data Science Using Functional Python - YouTube https://www.youtube.com/watch?v=ThS4juptJjQ python functional 2022 Jul 27 08:11
2342 Functional Programming for Data Scientists - Santiago Basulto - YouTube https://www.youtube.com/watch?v=wVAEOHqC3Cg functional 2022 Jul 27 08:03
2316 Functional Programming Patterns for Mere Mortals - Daniel Chambers - YouTube https://www.youtube.com/watch?v=v9QGWbGppis functional 2022 Jul 27 08:03
2331 FP demystified - YouTube https://www.youtube.com/watch?v=p9_r36fIrqc functional 2022 Jul 27 07:59
2325 A Flock of Functions: Combinators, Lambda Calculus, & Church Encodings in JS - Part II - YouTube https://www.youtube.com/watch?v=pAnLQ9jwN-E functional 2022 Jul 27 07:57
2324 Lambda Calculus - Fundamentals of Lambda Calculus & Functional Programming in JavaScript - YouTube https://www.youtube.com/watch?v=3VQ382QG-y4 functional 2022 Jul 27 07:57
2318 An Intuitive Introduction to Monads in Under 10 Minutes - YouTube https://www.youtube.com/watch?v=Nq-q2USYetQ functional 2022 Jul 27 07:54
2317 Try Monads With Big Data Using PySpark - YouTube https://www.youtube.com/watch?v=30lNjCfwtdw python functional 2022 Jul 27 07:54
2313 Essentials: Functional Programming's Y Combinator - Computerphile - YouTube https://www.youtube.com/watch?v=9T8A89jgeTI functional 2022 Jul 27 07:53
2312 Monads, in my Python? by Xuanyi Chew - YouTube https://www.youtube.com/watch?v=WNwV3wR4JjA python functional 2022 Jul 27 07:52
2309 Learning Functional Programming without Growing a Neckbeard - YouTube https://www.youtube.com/watch?v=OOvL6QAxRK4 python functional 2022 Jul 27 07:50
2297 Монады - YouTube https://www.youtube.com/watch?v=Um347PiGFGg functional 2022 Jul 27 06:50
2294 Расстаемся с мифами о ФП - YouTube https://www.youtube.com/watch?v=8q8V2vtAN4g functional 2022 Jul 27 06:49
2293 Monoids in Python - YouTube https://www.youtube.com/watch?v=50qhv8C3s9I python functional 2022 Jul 27 06:48
2291 Functional Programming with Python - YouTube https://www.youtube.com/watch?v=oepLDJ3T8HY coding python functional 2022 Jul 27 06:47
63 Function pipelines: Building functional programming into PostgreSQL | Hacker News https://news.ycombinator.com/item?id=28919205 functional 2022 May 09 13:06
53 A λ-calculus interpreter written in C preprocessor macros | Hacker News https://news.ycombinator.com/item?id=28895622 functional 2022 May 09 12:59