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.
articles
Code snippets for articles posted at 4comprehension.com
bar-event-sourcing
A sample .NET application featuring DDD, CQRS, event-sourcing, Docker, integration testing and a bit of SignalR.
cafe
A by the book DDD application with React/Redux and .NET Core. It features CQRS, event-sourcing, functional programming, TDD, Docker and much more.
functional-js
Functional Programming in JavaScript
tryingsnake
Exception handling, the functional way.
haskell-study-startup
Launch your own Haskell study group. Now.
HypeScript
🐬 A simplified implementation of TypeScript's type system written in TypeScript's type system
typelang
🌳 A tiny language interpreter implemented purely in TypeScript's type-system
goderive
Derives and generates mundane golang functions that you do not want to maintain yourself