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.
kingly
Zero-cost state-machine library for robust, testable and portable user interfaces (most machines compile ~1-2KB)
cleantype
Readable and consistent C++ type introspection - Compiler Decipherer
zio-by-example
Source code for "ZIO by example" blog post.
bagel
A reactive and strongly-typed, but also pragmatic, new programming language. Compiles to JavaScript, designed to be comfy for people used to the JavaScript/TypeScript language and ecosystem.
funcparserlib
Recursive descent parsing library for Python based on functional combinators
awesome-functional-python
A curated list of awesome things related to functional programming in Python.
awesome-fable
A curated list of useful Fable tutorials, libraries and software. Inspired by awesome list. Feel free to contribute.
pipe-me
👜Pipeable programming for humans.
jank
A Clojure dialect hosted on LLVM with native C++ interop
akka-stream-eventsourcing
Event sourcing for Akka Streams