Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

Decorator pattern using Java 8

Implementing GetSlice for slicing in F# interface

Monads as Monoids in practice

Combining Maybe and IO monads for DOM read/write

Non type-variable argument in the constraint when using >>= operator

Sum of list elements and length of list in lambda calculus

Agda: Can't find std-lib when installing with Stack

Pythonic reduce with accumlation and arbitrary lambda function?

Why do I have to explicitly specify my type arguments for Func parameters?

Where is the parameter coming from?

Functional listener with state

How to get a termination reason from a recursive function?

How to declare protocol for HKT in swift?

Java8 .getMethod() vs ::getMethod

ES6 pass function as parameter example

Threenpenny gui - capturing mouse coordinates on click and using them to construct some state

What object javascript function is bound to (what is its "this")?

How are J/K/APL classified in terms of common paradigms?

Do algebraic datatypes in Haskell equal discriminated unions in F#?

Is there a filter() opposite builtin?