Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

How to use 'oneof' in quickCheck (Haskell)

Functional programming approach for Java's input/output streams

What is a unification algorithm?

Problem with pattern matching in ocaml

Scala - string modification in a functional manner

Generating game moves functionally with Scala

What's the value of currying in Functional Programming?

How can I get a stack trace with tail calls included in Ocaml?

C# Lambda and LINQ tutorial for an experienced functional programmer [closed]

Functional programming — for and while loops

How should I build a list and return it in clojure?

How can I omit this Nil Case

time-based simulation with actors model

How to sum elements in functional way

Can't output from .hs to .hc with GHC in Haskell

Functional composition with variadic templates in C++11

Lambda Calculus (λa.b)((λx.xx)(λx.xx)) [closed]

How to handle Option of List in Scala?

Can I overload a Haskell function based on a Bool function call?

How to add days to current date in clojure