Search code examples
Getting sublist from a Java list with nth elements that fulfills a condition with streams...


javalambdafunctional-programmingjava-8java-stream

Read More
In Scala Functional Programming, is there an idiomatic way to map with a state?...


scalafunctional-programming

Read More
How to invoke any swift function conditionally (without if block)...


swiftgenericsfunctional-programmingswift5function-object

Read More
How can I translate Opaque types into Haskell?...


swifthaskellfunctional-programmingopaque-types

Read More
Functional programming: state vs. reassignment...


language-agnosticoopfunctional-programmingcomparisonimmutability

Read More
Avoid using global variable in Java 8 stream reduce method...


javaalgorithmfunctional-programmingjava-8reduce

Read More
What do we call this (new?) higher-order function?...


pythonhaskellfunctional-programmingtheoryhigher-order-functions

Read More
How can I re-write this loop as a closure?...


rustfunctional-programming

Read More
How to combine two java8 stream operations - one terminal and one lazy - into a single operation?...


javafunctional-programmingjava-8java-streamlazy-evaluation

Read More
Union between sets...


scalafunctional-programming

Read More
Parsing left associative in Haskell for only some operations...


parsinghaskellfunctional-programmingmonads

Read More
Any difference between First Class Function and High Order Function...


functional-programmingterminology

Read More
Java 8 fill array with supplier...


javafunctional-programmingjava-8

Read More
Compiler error trying to work out what to put in an Either.Match lambda...


c#functional-programminglanguage-ext

Read More
How to partition a collection based on summing of item properties, up to a given limit?...


javafunctional-programmingjava-stream

Read More
Add element to immutable vector rust...


recursionvectorrustfunctional-programmingimmutability

Read More
Why do I get FromIterator<&T>` is not implemented for Vec<T>?...


rustfiltercollectionsfunctional-programmingiterator

Read More
Ruby array pattern matching...


rubyhaskellfunctional-programming

Read More
Counting number of elements in a list that satisfy the given predicate...


haskellfunctional-programming

Read More
Scala map with function call results in references to the function instead of results...


scalafunctional-programming

Read More
Avoid custom lamda function for Ramdajs map...


javascriptfunctional-programmingramda.js

Read More
Function that returns function with argument...


rfunctional-programming

Read More
Difference between Type Class and Algebraic data types...


scalahaskellfunctional-programmingfantasyland

Read More
In JavaScript how to make a variable to include potentially infinite amount of elements (or somethin...


javascriptarraysfunctional-programmingiteration

Read More
pmap_dfr and shifting a vector in data.table...


rvectorfunctional-programmingdata.tablepurrr

Read More
Clojure - launch 'for i in range(0, x)' (begin ques)...


functional-programmingclojure

Read More
Convert input string into Morse Code with Clojure...


functional-programmingclojureasciiconvertersmorse-code

Read More
convert or filter a `Task` from `Some` to `Left` with `fp-ts`...


javascripttypescriptfunctional-programmingfp-tsio-ts-library

Read More
Flatten a map into pairs (key, value) in Scala...


scalacollectionsfunctional-programmingflatmap

Read More
What's the purpose of Just in Elm?...


functional-programmingelm

Read More
BackNext