Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

Duplicating an array's elements using functional programming

Different behavior of val and var with an anonymous function and a placeholder

Evaluation of part of Clojure cond

How to get list of intermediate sums in a functional way? Using LINQ?

How can I write f(g(h(x))) in Scala with fewer parentheses?

Ruby: elegant array initialization and return in Ruby

Functional way to implement a thread safe shared counter

Haskell reverse function

Exception: Non-exhaustive patterns in function

Concrete example of functional knowledge allowing you to write better imperative/OO code [closed]

Ramda.js: Arguments to list

Recursive Sequences in F#

A type constructor IS a monad or HAS a monad?

How to do timeout and then clear timeout in react functional component?

Scheme Coding Style Questions

Scheme/Lisp nested loops and recursion

Splitting list into sorted sublists

map/fold operators (in c++)

Can we think of immutable lists as a dual to trees?

How to apply a value to a list of functions