Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

How to mix apparently incompatible paradigms: OOP and FP? [closed]

Call each function in the list

Haskell-like type-constrained trait implementation in Scala (?)

Using 'map' with different sized collections in clojure

transferring an imperative for-loop into idiomatic haskell

How do purely functional compilers annotate the AST with type info?

Using pipe with filter and map in elixir

How can I ensure that illegal behavior is unexecutable?

How to make this function testable?

difference between (>>=) and (>=>)

How to implement a counter in functional programming way

Perl 6 - Curried Function Hangs

Scope of variables in a delegate

Is there a Python idiom for evaluating a list of functions/expressions with short-circuiting?

OCaml: Does storing some values to be used later introduce "side effects"?

What's the best way to handle this sequence transformation in Clojure?

What does the lambda self: do

Explain lazy Pascal's triangle in Clojure

Can Haskell Data Declarations Be Bounded By Type Values

is this a spot for functional lenses in javascript?