Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

Elm function with the type: Signal (List a) -> List (Signal a)

Can I set the keys of an array using array functions like array_map

How to write a parser for a mutually recursive ADT without recursion and side effects?

A Replace Function in Lisp That Duplicates Mathematica Functionality

Does passing a function belonging to self cause a retain cycle when not in a closure?

Where to put database access/functionality in clojure application?

Subtyping between function types

Can a pure function change input arguments?

Effect abstraction in Cats and parallel execution

How to write a fixed point function in haskell

Technical choices in unmarshalling hash-consed data

Filter method for C++ data structures

Object model in functional style?

Conjoin function made in functional style

Should I implement the Seq interface in clojure

Calling a Javascript function with an unknown number of arguments with original context

Function of a function works one direction, not the other

c# functional-programming

Can I use monad transformers to simplify this composition?

Boost Lambda/Phoenix - how to do lambda which returns another lambda?

Private/Protected setters with F#