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 5 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.

egghead
egghead
~ 38 minutes ago

Member comments are a way for members to communicate, interact, and ask questions about a lesson.

The instructor or someone from the community might respond to your question Here are a few basic guidelines to commenting on egghead.io

Be on-Topic

Comments are for discussing a lesson. If you're having a general issue with the website functionality, please contact us at support@egghead.io.

Avoid meta-discussion

  • This was great!
  • This was horrible!
  • I didn't like this because it didn't match my skill level.
  • +1 It will likely be deleted as spam.

Code Problems?

Should be accompanied by code! Codesandbox or Stackblitz provide a way to share code and discuss it in context

Details and Context

Vague question? Vague answer. Any details and context you can provide will lure more interesting answers!

Markdown supported.
Become a member to join the discussionEnroll Today