Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

Right-associativity in type signatures of functions

What, if any, is wrong with this approach to declarative I/O

Pattern matching with reals (Standard ML)

Point-free composition of lenses in Ramda.js

Looking for a fold-like idiom

Functional way to evaluate boolean for a function that throws an exception

Going more idiomatic with F#

What's the style for immutable set and map in F#

User specified function with operators in R

How handling a list of polymorphic variants?

Eval in Common Lisp

What's the difference between Map and Mapping in Isabelle?

Use map and zip to be more func style in 2 for loops

Lambda + stream to fetch List<A> to A Single List

How to initialize F# list when size is unknown, using while..do loop

Functional JavaScript: Closure & Recursion. Why does this fail?

Haskell Lambda help - Splitting up terms from a lambda-term input

Using Promises inside class method

what's the conceptual purpose of the Tuple2?

Shouldn’t `EitherT` be covariant? Especially in the Left?