Course Introduction to Just Enough Functional Programming In JavaScript

Kyle Shevlin
InstructorKyle Shevlin
Share this video with your friends

Social Share Links

Send Tweet
Published 6 years ago
Updated 6 years ago

In this introductory course on functional programming, we will learn "just enough" of the concepts you need to start using the programming paradigm.

One of the goals of this course is to introduce as little jargon as necessary. Functional programming vernacular can be very intimidating and a barrier to entry, so we'll avoid those whenever possible.

Another goal of this course is to teach the concepts in a language agnostic fashion. While this course is written in JavaScript, the concepts can be applied to any functional programming language, such as Haskell, Scala, Clojure, etc.

Together we will learn about higher order functions, pure and impure functions, immutable data structures, currying, partial application, the importance of argument order, pointfree programming, composition, a tiny bit of math with the associative property, and how to debug functional compositions.

My personal hope with this course is to inspire you to take what you learn here and go explore functional programming more.

Kyle Shevlin: [00:00] Hey, everyone. My name is Kyle Shevlin. Welcome to my introductory course on functional programming in JavaScript, where we'll learn just enough of the concepts in order to start doing functional programming today.

[00:11] One of the goals of this course is to introduce as little jargon as necessary. Functional programming vernacular can be very intimidating and, frankly, a barrier to entry. Let's break down those barriers. We'll avoid it whenever possible.

[00:24] Another goal of this course is to teach you functional programming in a language-agnostic way. Sure, the course is written in JavaScript, but you can take these concepts and apply them equally as well to Haskell, Scala, Clojure, ReasonML, really any functional programming language.

[00:39] Together, we're going to learn about higher-order functions, pure and impure functions, immutable data structures, currying, partial application, the importance of argument order in our functions, point-free programming, composition, a tiny little bit of math theory with the associative property, and how to debug our compositions.

[00:59] My personal hope is to inspire you to take what you learn here and go explore functional programming even more. Thanks.