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.

List Functional programming repositories

functional-programming-is-boring

60
Stars
6
Forks
Watchers

A short course on Functional Programming in Typescript

courses

27
Stars
16
Forks
Watchers

Just the stuff from the faculty (homework, projects, lectures)

fuego

141
Stars
12
Forks
Watchers

Functional Experiment in Golang

elm-ts

301
Stars
13
Forks
Watchers

A porting to TypeScript featuring fp-ts, rxjs6 and React

fp-ts

10.6k
Stars
504
Forks
Watchers

Functional programming in TypeScript

funKTionale

915
Stars
71
Forks
Watchers

Functional constructs for Kotlin

combine-promises

204
Stars
5
Forks
Watchers

Like Promise.all(array) but with an object instead of an array.

rambda

1.6k
Stars
86
Forks
Watchers

Faster and smaller alternative to Ramda