Search code examples
What is the exact meaning of the equal sign in Elixir?...


functional-programmingelixirelixir-iex

Read More
Using 'this' as a function in Javascript apply...


javascriptfunctional-programming

Read More
Church encoding (lambda calculus) arithmetic comparisons < , > , !=...


functional-programmingschemelisplambda-calculuschurch-encoding

Read More
I couldn't understand the Y-Combinator, so I tried to implement it and ended up with something s...


javascriptrecursionfunctional-programmingschemey-combinator

Read More
The difference between a 'closure' and a 'lambda'...


functionlambdafunctional-programmingclosuresterminology

Read More
Converting Array to Object using Reduce...


javascriptfunctional-programming

Read More
Would an Option or Optional type (Option<T>) make sense in TypeScript?...


typescriptfunctional-programmingpattern-matchingoption-type

Read More
What is a 'closure'?...


functional-programmingcomputer-scienceterminologyglossary

Read More
What is the difference between functions and data?...


functional-programmingclojure

Read More
What is the grammar of GADTs and ADTs in GHC2024?...


haskellfunctional-programminglanguage-lawyerghcgadt

Read More
Why explicitly writing a singleton ctor - instead of just _ - is necessary in the context of depende...


haskellfunctional-programmingdependent-typesingleton-type

Read More
Efficient heaps in purely functional languages...


haskellfunctional-programmingbinary-heapheapsortpurely-functional

Read More
How do let and case differ in terms of lazyness?...


haskellfunctional-programmingswitch-statementlazy-evaluationlet

Read More
Is there a feature (pattern synonyms?) to turn a datatype into syntactic sugar for constructing anot...


haskellfunctional-programmingpattern-matchingabstractionpattern-synonyms

Read More
Null check vs Optional isPresent check...


javafunctional-programmingjava-8option-type

Read More
Can UML be used to model a Functional program?...


functional-programminguml

Read More
Are GADTs only syntactic sugar?...


haskellfunctional-programminglanguage-lawyerdependent-typegadt

Read More
Stable partition std::vector by the parity of the element's original position...


c++algorithmfunctional-programmingstd

Read More
Implementing Functor for a binary tree in Lean 4...


functional-programmingtypeclassinductionlean

Read More
Reverse list Scala...


listscalarecursionfunctional-programmingtail-recursion

Read More
Can a function be one of kwargs in Python partial?...


pythonfunctional-programmingpartial

Read More
Func<> with unknown number of parameters...


c#.netgenericsfunctional-programmingclr

Read More
Map or reduce with index in Swift...


swiftfunctional-programming

Read More
On Google Sheets (and only built-in functions allowed, no Google Apps Script) Is it possible to simu...


google-sheetsfunctional-programminggoogle-sheets-formula

Read More
How to log properly in Sanctuary / Fluture?...


loggingfunctional-programmingsanctuaryfluture

Read More
How to concatenate columns in previous row in dataframe?...


scaladataframeapache-sparkfunctional-programming

Read More
Why functional languages?...


programming-languagesfunctional-programming

Read More
How to use filter, map, and reduce in Python 3...


pythonpython-3.xfilterfunctional-programmingreduce

Read More
What is a 'thunk', as used in Scheme or in general?...


programming-languagesfunctional-programmingscheme

Read More
Try monad for kotlin...


javafunctional-programmingmonadskotlin

Read More
BackNext