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

akar

174
Stars
13
Forks
Watchers

First-class patterns for Clojure. Made with love, functions, and just the right amount of syntax.

eta-android-2048

57
Stars
8
Forks
Watchers

Android 2048 game using Yampa FRP library in Eta

graphql-lodash

1.2k
Stars
50
Forks
Watchers

🛠 Data manipulation for GraphQL queries with lodash syntax

dunai

191
Stars
28
Forks
Watchers

Classic FRP, Arrowized FRP, Reactive Programming, and Stream Programming, all via Monadic Stream Functions

bash-oo-framework

5.5k
Stars
248
Forks
Watchers

Bash Infinity is a modern standard library / framework / boilerplate for Bash

redash

39
Stars
3
Forks
Watchers

Tiny functional programming suite for JavaScript.

AdventOfCode2017

40
Stars
3
Forks
Watchers

My solutions for AoC 2017, using Nim, OCaml, and Python

Here-Be-Dragons

322
Stars
14
Forks
Watchers

An Intellij/Android Studio plugin to help visualise side effects in your code.

kotlin-coroutines-jdbc

44
Stars
1
Forks
Watchers

A library for interacting with blocking JDBC drivers using Kotlin Coroutines.

kotlin-result

954
Stars
55
Forks
Watchers

A multiplatform Result monad for modelling success or failure operations.