Don’t Be Scared Of Functional Programming
As software becomes more and more complex, it is more and more important to structure it well. Well-structured software is easy to write, easy to debug, and provides a collection of modules that can be re-used to reduce future programming costs. Conventional languages place conceptual limits on the way problems can be modularised. Functional languages push those limits back. In this paper we show that two features of functional languages in particular, higher-order functions and lazy evaluation, can contribute greatly to modularity. As examples, we manipulate lists and trees, program several numerical algorithms, and implement the alpha-beta heuristic (an algorithm from Artificial Intelligence used in game-playing programs). Since modularity is the key to successful programming, functional languages are vitally important to the real world.
EVENT: Functional Conf, October 2016
SPEAKER: John Hughes
PERMISSIONS: The original video was published on ConfEngine YouTube channel with the Creative Commons Attribution license (reuse allowed).
ORIGINAL SOURCE: https://www.youtube.com/watch?v=XrNdvWqxBvA
Other Videos By Coding Tech
2017-10-20 | Promises Are Terrible; Start Using Promises |
2017-10-19 | Deep Dive Into Computer Vision |
2017-10-18 | Machine Learning For Software Developers |
2017-10-15 | WebGL In Action! |
2017-10-12 | THIS IS NATIVESCRIPT! |
2017-10-10 | ReactJS - Django App Development Workshop |
2017-10-08 | Discovering JavaScript |
2017-10-07 | Toward A Better Front End Architecture: ELM |
2017-10-06 | Building UI At Enterprise Scale With Web Components |
2017-10-04 | The Reusable JavaScript REVOLUTION |
2017-09-30 | Don’t Be Scared Of Functional Programming |
2017-09-29 | Creating Awesome 3D Animations With Python In Blender |
2017-09-28 | Build React Native Chat App In 30 Minutes |
2017-09-25 | Fun and Games With NodeJS |
2017-09-24 | Create A Dynamic Layout With CSS Grid Using Auto Fit And Minmax |
2017-09-23 | Worst JavaScript Flaws That Hackers Love To Abuse |
2017-09-19 | Code Refactoring: Learn Code Smells And Level Up Your Game! |
2017-09-18 | Functional Programming Basics In ES6 |
2017-09-17 | BETTER CODE |
2017-09-15 | NODE JS is EVERYWHERE |
2017-09-11 | Answering Tricky JS Interview Questions |