Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

Immutable set in .NET

C# Linq merge two dictionaries [duplicate]

Divisor function in clojure

Python recursive function to display all subsets of given set

Are all pure functions in functional programming continuous?

What counts as a side-effect? Why isn't memory allocation a side-effect?

Best way to generate a function that generates a function in C#

How to construct such a functional-programming tool in Python?

How to get tails of sequence clojure

Sum of product of combinations in a list

Merge two arrays using functional style

Is there a less verbose way to unwrap maybe values in Elm

Clojure debugging

Lambda in Stream.map/filter not called

How to write a haskell function without IO in type sig by hiding 'state' changes

Take some data, return a pure piecewise function

How to stop backtracking in Scala?

Prelude exponentiation is hard to understand

Functionally split a string by whitespace, group by quotes!

why can't a function take monadic value and return another monadic value?