Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

Python and functional programming: is there an apply() function?

In Swift how can I filter an array of objects conforming to a protocol by their class?

Using for loop to define multiple functions - Python

Summing a finite prefix of an infinite series

strange error in haskell about indentation of if-then-else

Why to use LISP today, when there are Scala, Erlang, Haskell etc [closed]

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