Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

Functional composition of Optionals

Does there exist a mathematical formalism which uniquely determines ADT structure given some data?

Can I have an array of objects with a custom toString in JavaScript?

Why using the composition operator allows you to avoid the need to explicitly refer the initial argument?

Does this function make use of haskell's lazy evaluation

Functions with the same name but different arguments in functional languages

Does idris support a way to collapse symmetrical statements into one?

What is the difference between pure and view modifiers in solidity?

On instance hierarchies in Haskell

Converting f(x) into f([x]) using decorator in python

Cartesian product-like in a list

r functional-programming

Learning Scheme Macros. Help me write a define-syntax-rule

How do you identify the complexity of a pattern matching expression in Haskell?

Transactions in Doobie for Scala / Play Framework

Find the most nested list

Method implementation enforcement in functional programming vs OOP

Explicit method tables in C# instead of OO - good? bad?

Unexpected behavior with iterators