Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

In Scala, how to refactor codes with Option class like this?

How to write a recursive function that takes a list and return the same list without vowels?

Why F# library not having dll version?

HW: Unfolding a list in a specific way

Map a function by key path in nested dict including slices, wildcards and ragged hierarchies

Exception handling in streams with Either

How do I wrap a chained stateful computation in State monad?

Is Ruby's returning of a different type after a filter unusual from a functional programming perspective?

SML: Exception while reading a line of integers

How to implement 'state-driven' programs in a functional way?

Real closure in PHP <5.3

How would you write a "pure" function that removes an element from a List?

Java – Combine Multiple Collections

Is there a way to express the function application operator/function with Hana?

Is Python a functional programming language or an object oriented language?

Add priority to parenthesis in calculator grammar

Why is nil returned by Clojure functions that don't return a value?

Error with functions inside tuples in Haskell