Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

Why is the non-deterministic choice function in Curry's std lib not defined straightforwardly but rather with a helper 2-argument function?

How would you implement LINQ methods with SelectMany? [closed]

How to get the “inflexible semantics of monad transformers” using extensible effects?

What's the difference between partial evaluation and function inlining in a functional language?

Scala State monad - combining different state types

View Reduction Steps in Haskell

Is functional programming less efficient for this case?

Side Effects in Functional Programming

How does term-rewriting based evaluation work?

Frege's equivalent of Haskell's getLine and read

Best way of removing duplicates from a list by object attribute

Retrocausality in Haskell: From Tardis to RevState

What is the fluent object model to make this work?

How do I make a callable JS object with an arbitrary prototype? [duplicate]

Clojure's substitute for Haskell's ADTs and pattern matching?

typing recursive modules

Is Either the equivalent to checked exceptions?

Partial function application in Java 8

How do you compose functions in PureScript?

Translating "Why Functional Programming Matters" into Haskell