Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

Rewrite an interval union algorithm functionally

SML: Generalizable vs. Non-Generalizable Type Variables

How to impurely modify a state associated with an object?

How to compose two different `State Monad`?

Binomial Heaps: proof that merge runs in O(log n) time

Why 'this' resolution is so special in JavaScript?

Way to make sure our functions use abbreviated types intead of primitives in F# other than to have to always write it ourselves?

Scala: what is the most appropriate data structure for sorted subsets?

c++ function map implementation

Is there a programming language where every function is essentially run as a separate actor?

Python: strategies for persistently memoizing functions with function arguments?

Safe application in Haskell

How to handle state from external systems functionally?

Understanding the API of multi-prompt delimited continuations

OpenGL fold/reduce implementation?

Implementing Okasaki's bootstrapped heaps in OCaml, why doesn't it compile?

Scala Java Error: value filter is not a member of java.util.Map. Works outside of class

Sorting in functional programming languages

Is it possible to get next element in the Stream?

list comprehension in F#