Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

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?

EBay OData Type Provider in F# and getting no results with LINQ

What value does this Javascript function factory add?

Can branch and bound algorithms be implemented purely functionally?

Are F# quotations useful for anything? [closed]

Is this simiple purely functional queue valid?

Pipelining vs. partial application for API design

how to assign functions to class fields in dart?

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

Explaining functional programming to object-oriented programmers and less technical people