Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

How to pass a function of arity 2 as an argument in Elixir for Enum.map?

How do I implement using point-free recursion to remove null values in objects using Ramda?

Is currying the same as overloading?

reducelist in Python: like reduce but giving the list of intermediate results

When to expose constructors of a data type when designing data structures?

Error with define in Racket

Python equivalent of maplist?

What to call OOP's equivalent of "referential transparency"?

Does Frege perform tail call optimization?

Clojure: How to generate a 'trie'?

Refactoring / layout of functional Scala

How to filter out specific keys from object using Ramda?

Convert array of objects to plain object using Ramda

For real time programming, does reference counting have an advantage over garbage collection in terms of determinism?

Kotlin on Android: map a cursor to a list

Erlang: elegant tuple_to_list/1

What is the main difference between Free Monoid and Monoid?

Is there a functional language for C++ ecosystem?

Understanding foldl in ML

How to accumulate errors in Either?