Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

Trying to understanding why this function using foldr in Haskell isnt working

Nested functions: Improper use of side-effects?

Purely functional data structures with copy-on-write?

Tail-recursion optimization in Oz

looking for learning exercise: implement these monads

High-level multithreading/concurrency abstractions for .NET

C++0x function<>, bind and members

Has F# anything like Haskell's where clause?

What good homework style tutorials are recommended for learning functional programming in Python? [closed]

How does foo(&nil) behave differently than foo(&"not a proc")?

Haskell Arrows inside Tuples

Nice examples of imperative versus functional solutions to practical problems

private functions vs nested functions

How could the command pattern be replaced by lambda expressions?

What are the properties of the unsided fold?

Currying in Scala: multiple parameter lists vs returning a function

Scala: transform a collection, yielding 0..many elements on each iteration

Functional way to take element in a list until a limit in Scala

Is there something like the threading macro from Clojure in Python?

How to stop execution in for-comprehension if Option is None using cats IO?