Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

Applying Semantics to Free Monads

What requirements does non-strict semantics of Haskell have on the evaluation strategy?

What can I do with callCC that cannot be done with cont?

Saving to database in stream pipeline

Scheme: Implementing n-argument compose using fold

Is it possible to declare a type at function scope in F#?

f# functional-programming

Javascript functional library with persistent data structures

Pure functional programming to the GPU [closed]

Learning F#: What books using other programming languages can be translated to F# to learn functional concepts?

f# functional-programming

What replaces the MVC pattern in functional programming?

A "reduce" function in Vim script

What is the type of '()->{}' in Java 8?

Filtering an array of Maybe (nullable) types in Flow to remove null values

The Seasoned Schemer, letcc and guile

How do you dynamically create inputs in Elm?

Python, functional programming, mapping to a higher level

Java 8 function that always return the same value without regarding to parameter

Is there a functional programming idiom for "pick from beginning of a list and reduce until the result satisfies a predicate"?

How to use pointed functor properly

Scala Cats Effects - IO Async Shift - How Does it Work?