Functional programming topic
In computer science, functional programming is a programming paradigm where programs are constructed by applying and composing functions. It is a declarative programming paradigm in which function definitions are trees of expressions that map values to other values, rather than a sequence of imperative statements which update the running state of the program.
functional-programming-is-boring
A short course on Functional Programming in Typescript
courses
Just the stuff from the faculty (homework, projects, lectures)
fuego
Functional Experiment in Golang
elm-ts
A porting to TypeScript featuring fp-ts, rxjs6 and React
fp-ts
Functional programming in TypeScript
fp-ts-fluture
fp-ts bindings for Fluture
fp-ts-local-storage
fp-ts bindings for LocalStorage
funKTionale
Functional constructs for Kotlin
combine-promises
Like Promise.all(array) but with an object instead of an array.
rambda
Faster and smaller alternative to Ramda