Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

How can I write an app that doesn't change state (in functional language)?

Are functional languages inherently more parallelizable than their OO or imperative cousins?

How to subtract specific elements in a list using functional programming in Mathematica?

Modifying multiple Lists inside a function and returning it in Scala

Referential Transparency

How to do list concatenation "the correct" way (using tail-recursion)

Scala Function vs Class Dichotomy

Function arithmetic?

Scala: Iterate over CSV files in a functional way?

Standard ML repeat last command, left arrow?

Scala function transformation

Is the concept of Algebraic Data Type akin to Class definitions in OO languages?

Clojure constantly and map function

Common Lisp: compilation vs evaluation

Is there a safe way of converting a Collection to a sequence in F#?

Haskell. Keeping track of indices in order to generate a new list

Create an array with all numbers from min to max without a loop

Split a list into sublist by checking a condition on elements

How to get the index and occurance of each item using itertools.groupby()

Which is the most idiomatic way to "lift up" by some transformation both arguments of a binary function in Haskell?