Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

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?

What is the difference between seq and sequence in Clojure?

How Arbiters from the actor model are implemented in Erlang?

OCaml lazy evaluation: 'a lazy_t vs unit -> 'a

Javascript Functional Programming | Functions

How do I compare two ASCII strings in Coq?

How do I pass in multiple parameters into a Ramda compose chain?