Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

Enumeration Combinations of K elements using Java 8

Clean functional way to break out of a sequence loop

F# sum of all other elements in list

f# functional-programming

Trouble with lazy convolution fn in Clojure

What are good examples of: "operation of a program should map input values to output values rather than change data in place"

Multiple flatMaps in Scala

How do I get pairs of elements from infinite lists in Haskell?

Elegant way to write ordered comparison on multiple properties

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?