Search code examples
Church encoding (lambda calculus) to define < , > , !=...


functional-programmingschemelisplambda-calculuschurch-encoding

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
What is a 'closure'?...


functional-programmingcomputer-scienceterminologyglossary

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


haskellfunctional-programmingswitch-statementlazy-evaluationlet

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
Replacing the element in the list with the specific index using `foldr` —— Exercise 1.19 of Essentia...


haskellfunctional-programmingschemeracketfoldable

Read More
Can I use DBus to write a server? (There's a DBus.Client module, not a DBus.Server module.)...


haskellfunctional-programmingnotificationsdbuslibnotify

Read More
Coq: Associativity of relational composition...


functional-programmingrocq-proveralgebraformal-verificationformal-methods

Read More
What's the idiomatic/correct way to split a string into its first word and the rest of the strin...


stringrustsplitfunctional-programming

Read More
Parsing command line args and executing a function in scala...


scaladesign-patternsfunctional-programmingcommand-line-argumentstraits

Read More
Lambda overloaded method...


javalambdainterfacefunctional-programmingjava-8

Read More
how to make this code more functional and readable?...


javascriptfunctional-programmingramda.js

Read More
How can I write a higher order function like map or reduce?...


javafunctional-programminghigher-order-functions

Read More
BackNext