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.
array-mixer
Powerful, super tiny and easy to use lib to reorder your javascript arrays.
fun-task
Abstraction for managing asynchronous code in JS
fast-cartesian
Fast cartesian product
fp-army-knife
100% 🪖 code covered Functional programming 🔪 army knife
pattern-matching-ts
⚡ Pattern Matching in Typescript
lazy-collections
Collection of fast and lazy operations
java-modern-tech-practice
😎 Java™ modern tech practice sandbox ⏳
gifcurry
😎 The open-source, Haskell-built video editor for GIF makers.
joujou
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...