Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

Does "Value Restriction" practically mean that there is no higher order functional programming?

Loops inefficiency in R

for/continue in scheme/lisp

Asynchronous barrier in F#

In LISP is it possible to access a function's form?

How to create an lookup Map in Scala

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