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

array-mixer

37
Stars
80
Forks
Watchers

Powerful, super tiny and easy to use lib to reorder your javascript arrays.

fun-task

373
Stars
18
Forks
Watchers

Abstraction for managing asynchronous code in JS

fp-army-knife

18
Stars
0
Forks
Watchers

100% 🪖 code covered Functional programming 🔪 army knife

lazy-collections

402
Stars
24
Forks
Watchers

Collection of fast and lazy operations

java-modern-tech-practice

47
Stars
9
Forks
Watchers

😎 Java™ modern tech practice sandbox ⏳

gifcurry

1.3k
Stars
56
Forks
Watchers

😎 The open-source, Haskell-built video editor for GIF makers.

joujou

86
Stars
4
Forks
Watchers

A compiler from a small functional language to C. Especially features algebraic effects and handlers with multishot continuations, and a static type system with inference of types and effects, with su...