Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

Pass a function by name in Ruby

Scala immutable vs mutable. What is the way one should go?

Rotating arguments in Haskell

How can I convert this binary recursive function into a tail-recursive form?

How to express let* as a lambda expression (not the regular let)

Monadic comprehension syntax in C#

what is the purpose of using ":" in OCaml function declaration

Haskell IORef array usage

Are there ways to call two functions (one just after another) in purely functional language? (in non-io mode)

Function as an argument in Erlang

Implement in Haskell the Church encoding of the pair for polymorphic λ-calculus/System F

F# constant pattern matching and checks elimination

Reasonable Comonad implementations

Is pattern matching on derived types idiomatic for F#?

In what sense is IO monad special (if at all)?

Is it possible to create a type-level representation of generic ADTs?

return value to break function

f# functional-programming

Currying vs. anonymous function in Scala

Java 8 streams - map element to pair of elements

Haskell first steps compile error