Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

Haskell: Order-Insensitive Functional Application

Should all/most methods in interfaces return Option?

Compiler fooled by mention of recursive function in non-tail position

What is the correct and smooth way to write a OCaml function?

Create a function that returns the logical OR of several boolean predicates

Grouping adjacent elements in a list

Writing infinite list to skip every factor of p?

Translating a simple imperative algorithm to functional style

What is the difference between mutable values and immutable value redefinition?

Divide a seq of pairs into two lists?

Clojure: map map

Explanation of lists:fold function

Correct type signature for an uncurried function

Scala map list element to a value calculated from previous elements

What is the difference between RACSequence and RACSignal

Computational Complexity of Higher Order Functions?

Sequential procedures in Lisp

Pointfree version of a function using Ramda.js

F# multi-condition if/else versus matching

f# functional-programming

How can I restrict types based on input values in Haskell?