Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

Filter a range without using an intermediate list

Setting default values in clojure defn

Any pythonic way to do "[['a', 2], ['b',1]] + [['b', 2], ['c', 1]] = [['b', 3], ['a', 2], ['c', 1]]"?

Python: lazy iterating through directory-like structure

Pattern matching record types

Define a default return value to Haskell function

When returning a list pattern from a Haskell function how much of the original list is referenced?

Optimization of tail recursion in R

Java groupingBy: Get two (or more) groups with single Stream

adding other files to haskell

Pyspark: How to chain Column.when() using a dictionary with reduce?

Scheme: changing recursion to tail recursion

What is the difference between a cyclic function and a recursive function?

What is Range V3 for MakeStream::iterate()?

Cartesian product "generator" (not list) in Haskell

Haskell function definition syntax

Functions in Haskell

Using Ramda, how do you compose against binary functions?

How can I set the initial value of a Switch Button on a Gambas Qt application?

Why would one use a functional language in an otherwise Imperative project? [closed]

functional-programming