Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

Why are Scala's LazyList's elements displayed as unevaluated after being computed?

BigInt for Standard ML/NJ

How to remove imperative code from a function?

Inventing a suitable infix operator symbol for liftM

Which Functional programming language offers best support in Eclipse?

Suggestion for solving fragile pattern matching

Is there a nicer way of lifting a PartialFunction in Scala?

Can I use setTimeout to create a cheap infinite loop?

R: specifying variable name in function parameter for a function of general (universal) use

How to Create the Power Set (Combinations) of the Infinite Set in F# using Sequences?

Failing to deduce type from lambdas in the initializer list

python late binding - dynamically put locals in scope

Redefine list monad instance

Is it possible to do functional programming in a language without functions?

How to write a pattern match in Ocaml so it is easy to scale?

Find at least one element that exists in all three lists in OCaml

Functional non recursive approach to looping in Haskell

Does OCaml have fusion laws

What's the functional programming's answer for overriding?

Applying var or #' to a list of functions in Clojure