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

articles

128
Stars
36
Forks
Watchers

Code snippets for articles posted at 4comprehension.com

bar-event-sourcing

11
Stars
3
Forks
Watchers

A sample .NET application featuring DDD, CQRS, event-sourcing, Docker, integration testing and a bit of SignalR.

cafe

84
Stars
18
Forks
Watchers

A by the book DDD application with React/Redux and .NET Core. It features CQRS, event-sourcing, functional programming, TDD, Docker and much more.

tryingsnake

9
Stars
1
Forks
Watchers

Exception handling, the functional way.

haskell-study-startup

276
Stars
53
Forks
Watchers

Launch your own Haskell study group. Now.

HypeScript

1.9k
Stars
22
Forks
Watchers

🐬 A simplified implementation of TypeScript's type system written in TypeScript's type system

typelang

210
Stars
0
Forks
Watchers

🌳 A tiny language interpreter implemented purely in TypeScript's type-system

goderive

1.2k
Stars
44
Forks
Watchers

Derives and generates mundane golang functions that you do not want to maintain yourself