Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

metaprogram c++ code

Sublists of a list using list comprehension

Is it possible for the presented case to be optimized into one loop?

Where can I find the OCaml Option module?

Is this idiom Scala. Making a def to shorten a statement?

How defining a module signature whose module implementation is parameterized by a functor

Implicit length arguments in fixed-length-vector-functions in Agda

Why is LINQ not purely functional? [closed]

Access operator functions by symbol

How to turn on `exception stack trace` for OCaml `Toplevel`?

How do you share implementation details in a functional language like rust?

How does Binary Lambda Calculus encode parenthesis?

OCaml passing labeled function as parameter / labeled function type equivalence

How to refresh observable in RxJava?

Algorithmically identifying pure functions in javascript

Is the Eff-monad in purescript inspired by www.eff-lang.org?

How can I write a parser using Parsec that only accepts unique elements?

Problems with Immutable Data in Functional Programming

Java 8 partition list into groups by condition involving previous elements

How to avoid loops when iterating over adjacent elements of a vector