Functional Programming with Go
Are you tired of seeing Object Oriented code everywhere, with mutations, side-effects and headaches? Luckily, writing Go does not have to be that way!
Forge Utah
FP & DDD - Functional Programming and Domain-driven Design - a match in heaven! (Marco Emrich)
Many concepts that play a role in DDD / domain-driven design can be implemented very easily with functional programming (FP) like ReasonML. These include ...
codecentric AG
Programming Paradigms - Computerphile
There are different styles of programming, some quite closely resemble pure mathematics. Mathematician and Computer Scientist Laurence Day compares two ...
Computerphile
Some History of Functional Programming Languages - David Turner (Lambda Days 2017)
http://www.lambdadays.org/lambdadays2017/david-turner At Lambda Days 2017 David will talk about some of the history of functional programming languages ...
Erlang Solutions
4. Assembly Language & Computer Architecture
MIT 6.172 Performance Engineering of Software Systems, Fall 2018 Instructor: Charles Leiserson View the complete course: https://ocw.mit.edu/6-172F18 ...
MIT OpenCourseWare
The 'What' and 'Why' of Functional Programming Languages, a Lecture
This is the video lecture called: The "What" and "Why" of Functional Programming Languages Book version of the lecture doesn't exist yet. Other links: ...
JMegaSystems
Functional Programming Patterns for Mere Mortals - Daniel Chambers
Have you ever peeked over the fence into functional programming land and gazed into a seemingly alien landscape of weird symbols and crazily named ...
NDC Conferences
Functional programming patterns for the non-mathematician (cut)
I hit on some practical use cases for functors/applicatives/monads. Pretty fast and quick run through of everything, but you can't learn the world in 30 min.
Brian Lonsdorf
Why Functional Programming Matters by John Hughes at Functional Conf 2016
25 years ago I published "Why Functional Programming Matters", a manifesto for FP--but the subject is much older than that! As software becomes more and ...
ConfEngine
GOTO 2018 • Functional Programming with Kotlin • Hadi Hariri
This presentation was recorded at GOTO Amsterdam 2018. #gotocon #gotoams http://gotoams.nl Hadi Hariri - Kotlin Expert at JetBrains ABSTRACT In this talk ...
GOTO Conferences
Elements of Functional Programming
Functional programming might seem scary at first, but with some hands-on examples you will soon find you can use map(), flatMap(), filter(), and more in your ...
Coding Tech
Functional Programming Paradigms in Software Architecture / Nir Rubinstein
Video from Reversim Summit 2016 http://summit2016.reversim.com/ Functional Programming paradigms are great in many aspects, but can they lend ...
Reversim
Let’s Get Lazy—The Real Power of Functional Programming - Venkat Subramaniam
Efficiency is achieved not just by running things faster, but by avoiding things that shouldn't be done in the first place. Lazy evaluations are a core feature of ...
NDC Conferences
11 Functional programming vs imperative programming language
Hey., 10% off on any subscription on Unacademy(https://unacademy.com/) use the referral code PLUS1BPK1. Link for our website and app where u can get the ...
OU Education
Plain Functional Programming by Martin Odersky
Subscribe to Devoxx on YouTube @ https://bit.ly/devoxx-youtube Like Devoxx on Facebook @ https://www.facebook.com/devoxxcom Follow Devoxx on Twitter ...
Devoxx
Keynote: Why Functional Programming Matters - John Hughes, Mary Sheeran (Lambda Days 2017)
http://www.lambdadays.org/lambdadays2017/mary-sheeran 25 years ago John Hughes published "Why Functional Programming Matters", a manifesto for ...
Erlang Solutions
languages and computer architecture,programming language qualities
laxman bharate
Functional programming design patterns by Scott Wlaschin
In object-oriented development, we are all familiar with design patterns such as the Strategy pattern and Decorator pattern, and design principles such as SOLID ...
Ivan Plyusnin
Piotr Moczurad - Why Visual Functional Programming matters | Lambda Days 2019
This video was recorded at Lambda Days 2019 http://www.lambdadays.org/lambdadays2019 Get involved in Lambda Days' next conference ...
Code Sync
OSCON 09: Erik Meijer, "Fundamentalist Functional Programming"
Erik Meijer (Microsoft),"Fundamentalist Functional Programming"
O'Reilly
Functional Programming for Data Scientists - Santiago Basulto
PyData NYC 2018 From a simple broadcasting operation in numpy to an apply in pandas (and the immutability of inplace=False), FP is everywhere! This talk ...
PyData
"How to Get Started With Functional Programming" by Julia Gao
Functional Programming paradigm produces more reliable and readable code, it also helps us think about the problem at hand more before deciding how to ...
Strange Loop
Learn Java 8: Lambdas and Functional Programming
This tutorial walks through tons of examples. You will learn everything you need to know about lambdas and functional programming in Java 8. I'm the supplier.
Oracle Developers
Essentials: Functional Programming's Y Combinator - Computerphile
Encoding recursion in the Lambda calculus, one of Professor Graham Hutton's favourite functions. Lambda Calculus: https://youtu.be/eis11j_iGMs Professor ...
Computerphile
Functional Programming Patterns with Java8 with Victor Rentea
After leading 2 projects making heavy use of Lambdas and Streams, counseling many others at IBM, and teaching hundreds of developers at University and as ...
Devoxx
Functional programming with C#: Why does it matter? | Pluralsight
Functional programming in C# | https://www.pluralsight.com/courses/functional-programming-csharp Learn how to take advantage of several functional ...
Pluralsight
ngPoland 2017 - Miłosz Piechocki - How to use Functional Programming with Angular...
Filmed at http://ng-poland.pl 2017 on NOVEMBER 21 in Warsaw. Miłosz Piechocki https://twitter.com/miloszpp https://github.com/miloszpp ...
NG-Poland
Functional Programming in the Wild
Kenji Takeda from Microsoft Research chairs this session at Faculty Summit 2012. This session highlights some of the latest developments and applications of ...
Microsoft Research
The Last Programming Language
This is the keynote Uncle Bob gave remotely at ACCU 2011. To see more about Clean Coders: https://cleancoders.com/ Over the last 50 years we've seen a lot ...
Clean Coders
What's in Groovy for Functional Programming
What's in Groovy for Functional Programming Naresha K A presentation from ApacheCon @Home 2020 https://apachecon.com/acah2020/ The directions in ...
TheApacheFoundation
06- SCANF() Function In C Programming Languages In HINDI | Scanf Function In C Programming Language
SCANF() Function In C Programming Languages In HINDI | Scanf Function In C Programming Language: This Function helps in taking or accepting input from ...
TutorialsSpace- Er. Deepak Garg
Mommy, where do programming languages come from?
A medley of programming languages can found in use today: Python, Javascript, Go, C++, even Haskell, but where did they come from? Time to go digging ...
Code & Supply
Functional Programming Languages Lecture 1
Ghassan Shobaki Computer Science Lectures
MuniHac 2020: Austin Huang - Hasktorch: Differentiable Functional Programming in Haskell
Title: Hasktorch: Differentiable Functional Programming in Haskell Speaker: Austin Huang Optimization over function composition is the unifying feature of ...
TNG Technology Consulting GmbH
Blow Your Mind with Functional Programming Demos by Conference Attendees at Functional Conference'16
We've several conference attendees who would show how they've used Functional Programming to do something really awesome! If you are trying to convince ...
ConfEngine
Lisp, The Quantum Programmer's Choice - Computerphile
Quantum computing is so new it needs a flexible language for programming - Robert Smith of Rigetti Quantum Computing explains why he uses this 60 yr old ...
Computerphile
Functional Programming in .net
In this talk we'll explore how to use a DDD functional approach in .net to do amazing things, such as reduce coupling, increase testability, keep a domain focus, ...
Ben Beattie-Hood
Lecture - 1 Introduction to programming languages
Lecture Series on Programming Languages by Dr.S.Arun Kumar, Department of Computer Science & Engineering ,IIT Delhi. For more details on NPTEL visit ...
nptelhrd
07- sizeof Function In C Programming Language In HINDI | sizeof() Function In C Programming
sizeof function in C programming Language is used to evaluate size of data type,variable. sizeof operators looks like function still it is considered as operator in c ...
TutorialsSpace- Er. Deepak Garg
Basics of computer's memory and Getting started: C Programming Tutorial 02
Next Video: http://www.youtube.com/watch?v=aMpsKnf6DrQ&list=PL2_aWCzGMAwLSqGsERZGXGkA5AfMhcknE&index=3 See complete series on C ...
mycodeschool
Procedure oriented programming language- lecture1/oops/ III SEM//Rgpv syllabus
Pop-procedure oriented programming language Advance Computer Architecture (ACA): ...
asha khilrani
Top 5 Programming Languages to Learn to Get a Job at Google, Facebook, Microsoft, etc.
Which programming language to learn first? Watch this video to find out! In this video, I talk about the top 5 programming languages I'd recommend for you to ...
CS Dojo