Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

Can "if" be implemented using "call/cc"?

Idiomatically insert items between two items in a sequence that fulfill a predicate?

Is Time Series implementation using functional programming (F#) recommended?

Functional equivalent to the concurrent multimap

Find if Duplicates Exist SML NJ

Javascript in ten minutes: What is going on in this example code illustrating lazy scoping?

Does appending a list to another list in F# incur copying of underlying objects or just the pointers?

Design of immutable, typeable, trees

How to use closures in Erlang?

Why is there a let in OCaml's List.map?

Trying to get higher order functions to work in powershell

Ocaml "in" keyword and usage

F# Sequence Filter While in a functional style

Is this a pure function in Scala

Designing with immutability (in Scala)

Haskell Continuation passing style index of element in list

Recursive call to templatized function with new template arguments

How to merge 2 compositions with Ramda.js

Abstracting try/catch with Function in Java 8

Is there a name for ADT with explicit subtyping?