Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

Java 8 functional: Lost type information in the middle of the way

find() using Functional Programming

Perform multiple reductions in a single pass in Clojure

Functions without arguments - what is their role in software design? [closed]

A function that can both compose and chain (dot notation) in Javascript

Understanding shift/reset in Racket

How to fold a collection of endomorphism with cats

Can I count my stream size if I limit it by a predicate dependent on the input?

Hindley Milner type inference for mutually recursive functions

Is it a natural design pattern to use closures and dynamically defined functions in Python?

Equivalent of Scala View in JavaScript

TypeScript: Call overloaded asyncPipe with 0 or more arguments

Is it possible to combine multiple map and reduce functions into a single pass in Scala?

John Hughes' Deterministic LL(1) parsing with Arrow and errors

Why does the Glasgow Haskell Compiler report multiple type errors here?

Haskell-like pattern matching in Raku

Scala idiom for ordering by multiple criteria

How to access :cause, :via and :trace keys of an exception in Clojure?

F# Static Member Type Constraints

FRP - Event streams and Signals - what is lost in using just signals?