Search code examples
Difference between initial and terminal objects in a category...

haskellfunctional-programmingcategory-theory

Read More
Python equivalents to LINQ...

pythonfunctional-programmingiteratormethod-chainingfluent-interface

Read More
Why doesn't this code type-check in Haskell, given that ((forall b. [b]) -> Bool) is more pol...

haskellfunctional-programmingtypeerrorhigher-rank-types

Read More
Are there any purely functional Schemes or Lisps?...

haskellfunctional-programmingschemereferential-transparency

Read More
Truly understanding the difference between procedural and functional...

programming-languagesfunctional-programmingprocedural-programming

Read More
How can I get this expression to be of type string instead of string -> string?...

functional-programmingocaml

Read More
Simple dependent type example in lean4...

functional-programminglean

Read More
Can iterate be written with a fold?...

haskellfunctional-programmingiterationlazy-evaluationfold

Read More
How to use (->) instances of Monad and confusion about (->)...

haskellfunctional-programmingmonadspointfree

Read More
Finding the subsets of an array in PHP...

phparraysdependenciesfunctional-programmingsubset

Read More
Partition a Java 8 Stream...

javafunctional-programmingjava-8java-stream

Read More
Does JavaScript have a method like "range()" to generate a range within the supplied bound...

javascriptarraysfunctional-programming

Read More
Haskell parse error on input `<-'...

haskellcompiler-errorsfunctional-programmingghc

Read More
How can I count occurrences with groupBy?...

javafunctional-programmingjava-8

Read More
How to do timeout and then clear timeout in react functional component?...

reactjstypescriptfunctional-programmingtimeout

Read More
Why doesn't contravariance apply in certain cases like [b] → Int < a → Int...

haskellfunctional-programmingtype-inferencehigher-rank-types

Read More
How can I make a functional chaining operator in Raku?...

functional-programmingf#raku

Read More
Is there a PHP equivalent of JavaScript's Array.prototype.some() function...

javascriptphpfunctional-programming

Read More
Why is the Factory pattern not needed in Haskell? And how are the needs that pattern addresses in OO...

oophaskelldesign-patternsfunctional-programmingfactory-pattern

Read More
Python: Haskell-like . / $...

pythonhaskellfunctional-programmingcombinators

Read More
how to do Seq.takeWhile + one item in F#...

f#functional-programminglazy-sequences

Read More
Returning `nil` from a `compactMap()` closure fails result type check...

swiftfunctional-programming

Read More
What is it called and what does it mean when a function "equals" another function and prov...

kotlinfunctional-programmingkotlin-coroutines

Read More
Is there a way to 'restrict' elm function f : A -> Maybe B into f0 : ProperA -> B with...

functional-programmingelmpurely-functional

Read More
When can a pointful function be refactored to be point free?...

haskellfunctional-programmingpointfree

Read More
Why is it done in std::ranges that I can't split the range that I got from join with transform...

c++functional-programmingstd-rangesc++23

Read More
Is environment model necessary for higher-order procedures?...

c++functional-programmingschemehigher-order-functionssicp

Read More
Compile to xslt?...

xmlxsltfunctional-programming

Read More
Using ML in "Real-World" Applications...

functional-programmingsmlsmlnj

Read More
Functional pipes in python like %>% from R's magrittr...

pythonfunctional-programmingpipeline

Read More
BackNext