kutyel / fpjs-workshop

⚡️ My workshop to teach FP principles in JavaScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lambda

FPJS-workshop

⚡️ My workshop to teach functional programming principles in JavaScript

Installation

$ git clone https://github.com/kutyel/fpjs-workshop.git
...
$ cd fpjs-workshop
$ npm install
...
$ npm test

Tip: when jest asks for which tests to run, press "o" (that will save you the noise!) 📢

See the breaking tests and follow along! 🚀

Part 1) FP Basics: curry, compose & pointfree 🐏

Part 2) Lenses! 👓

Part 3) ADTs: Functor, Applicative & Monad! 🙊

The slides for part 3 can be found in this same repo, on the deck.mdx file!

About

⚡️ My workshop to teach FP principles in JavaScript

License:MIT License


Languages

Language:JavaScript 55.4%Language:MDX 44.6%