Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

How to adapt trampolines to Continuation Passing Style?

What's the theoretical loophole that allows F# (or any functional language) to apply a function mulitple times on the same input

functional-programming f#

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