Search code examples
Do something only once, without state...


scalafunctional-programmingstate

Read More
Function calling for each element in a list...


recursionfunctional-programmingocaml

Read More
Just want choose some random elements of a list and return them in OCaml...


listrandomfunctional-programmingocaml

Read More
Use of the identity function in JavaScript...


javascriptfunctionfunctional-programmingidentityuse-case

Read More
Do concepts like Map and Reduce apply to all Functional Programming Languages?...


f#functional-programming

Read More
"Closures are poor man's objects and vice versa" - What does this mean?...


functional-programmingobjectoopclosures

Read More
Apply logical NOT to propEq and filter in ramda...


javascriptfunctional-programmingramda.js

Read More
Take last n element in Kotlin...


functional-programmingkotlin

Read More
Comparison in pattern matching in OCaml...


functional-programmingcomparepattern-matchingocamlindexoutofboundsexception

Read More
What is 'Currying'?...


javascriptfunctional-programmingterminologydefinitioncurrying

Read More
How to import a module to use within a module (ocaml)...


modulefunctional-programmingocaml

Read More
How to add an element to a list without returning a list?...


listfunctional-programmingocaml

Read More
Variable capture: How variables behave in function closures...


swiftkotlinfunctional-programming

Read More
Filter a list of pairs by their key in OCaml...


functional-programmingocaml

Read More
Flattening a Nested List in OCaml...


functional-programmingocaml

Read More
'map' function for objects (instead of arrays)...


javascriptnode.jsfunctional-programmingmap-function

Read More
Can anyone explain me what is state and mutable data?...


javajavascriptfunctional-programmingimmutability

Read More
What is wrong with this closed type family in GHC2021-GHC2024 as compared to Haskell2010?...


haskellfunctional-programmingghctype-families

Read More
What is a function that takes no arguments called?...


language-agnosticfunctional-programmingclosuresnomenclature

Read More
What are the weird equations found while researching Simply Typed Lambda Calculus...


typesfunctional-programminglambda-calculustyped-lambda-calculus

Read More
Clojure head retention...


clojurefunctional-programmingjvmlisp

Read More
How do I use fixed-size arrays and extract entries by index?...


arrayshaskellfunctional-programmingfixed-size-types

Read More
Track process during Effect.all...


typescriptfunctional-programmingfp-tseffect-ts

Read More
How to refactor a nested switch-case (Java) or when (Kotlin)?...


javakotlinlambdafunctional-programmingjava-stream

Read More
What is "value" in pure functional programming?...


scalahaskellfunctional-programmingterminology

Read More
Should I use Fn, FnMut and FnOnce only for closures?...


rustfunctional-programmingclosures

Read More
Functional proofs (Haskell)...


haskellfunctional-programmingproof

Read More
What is a Nothing->Nothing function called in FP?...


functional-programminglanguage-agnostic

Read More
How does scramble function works? (Chapter 1 of The Seasoned Schemer)...


recursionfunctional-programmingschemelispseasoned-schemer

Read More
Partial Function Inheritence in Python?...


pythonfunctional-programmingpartial-functions

Read More
BackNext