Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

Why does the assignment of an objc block have to be 'copy', not 'assign'?

haskell beginner - recursive recursion

Where do I find purely functional open source projects written in Scala? [closed]

Extracting regions from a Scala Array

Using continuation to transform binary recursion to tail recursion

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