Functional - AutoSponge/dev-notes GitHub Wiki
Functional
- lambda calculus intro
- FP-TS typescript functional patterns
- Professor Frisby's Mostly adequate guide to FP
- crocks collection of well known Algebraic Data Types
- FPO functional methods like ramda but with named arguments
- combinators
- futil-js functional utilities
- bambi functional toolbelt
- list
- crocks algebraic data types
- optics/flunc profunctor implementation
- currying is not idiomatic
- chain
- flatmap
- switchcase
- practical fn programming
- posterus async with cancellation
- moon-lang functional language for etherium
- fastener functional zippers for json data
- partial.lenses
- Taskify
- maybe with an array lesson
- learn fp with react
- FPO named arguments-style FP lib
- fantasy land series
- :book:functional-light-js
- mitt functional event emitter
- Mostly Adequate Guide to FP
- intro to lenses
- poly-f functional microservice lib
- static-land fantasy-land with static methods
- Fluture fantasy-land futures
- definitions
- awesome fp
- folktale
- ramda
- wu.js (functions for es6 iterators)
- star-it (iterators api)
- monadjs
- contra (flow control)
- core-decorators (fn decorators)
- immu (immutable)
- mori (immutable)
- es5 immutable array fns
- universal mixin (decorators)
- es6 template literals - whitespace, html, regexp
- hyperapp