Search code examples
Remove permutations of tuples of a Pythagorean triple in haskell...

haskellfunctional-programmingtupleslist-comprehensionpythagorean

Read More
Does Kotlin support partial application?...

kotlinfunctional-programmingpartial-application

Read More
F# pass by reference...

f#functional-programmingpass-by-referenceoutref

Read More
Partition by column, order by another...

pythonpython-3.xlambdafunctional-programming

Read More
Can 'map' and 'reduce' be implemented in Go with generics...

gogenericsfunctional-programming

Read More
Is Python a functional programming language or an object oriented language?...

pythonoopfunctional-programming

Read More
Maybe and Either monads, short-circuiting, and performance...

c++performancehaskellfunctional-programmingmonads

Read More
About the choice of where to apply the monad parameter of a monad transformer...

haskellfunctional-programmingmonad-transformersstate-monadio-monad

Read More
What's the output of `max`...

functional-programmingdataweavemulesoft

Read More
Partial sum in Standard ML?...

listfunctional-programmingsumpartialsml

Read More
R question: Use map to convert a list of functions to a list of strings of their function names...

rfunctional-programmingpurrrrlang

Read More
Why is the function curry called curry?...

functionfunctional-programmingcurrying

Read More
To keep state in a function of type a -> ReaderT r IO b, is my only option to put an IORef in the...

haskellfunctional-programmingstate-monadio-monadreader-monad

Read More
Can I have a monitor in XMobar that keeps state form one invocation to the next?...

haskellfunctional-programmingstate-monadio-monadxmobar

Read More
Java 8 Functional VS Imperative method...

functional-programmingjava-8refactoringnaming-conventions

Read More
Combine lists with absolute index in functional programming...

typescriptlistfunctional-programmingramda.js

Read More
Why does `let fmap f = id >=> (Ok << f)` work?...

functional-programmingf#monads

Read More
What are the practical limitations of a non-turing complete language like Coq?...

programming-languagesfunctional-programmingturing-completecoq

Read More
Does functional programming replace GoF design patterns?...

oopdesign-patternsfunctional-programming

Read More
How to implement a multi-level currying function in Rust?...

functionrustfunctional-programmingclosurescurrying

Read More
Custom `Read` instance fails when type is wrapped in Max, but derived instance works - What's wr...

parsinghaskellfunctional-programmingtypeclass

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

functional-programminggoogle-sheets-formula

Read More
Is there a functional way to map a list (N elements) to a list of sums of adjacent elements (N - 1 e...

kotlinfunctional-programming

Read More
Is there a way to check whether function output is assigned to a variable in Python?...

pythonfunctional-programmingbytecode

Read More
How to refactor a loop with iterator. (Returning from closure)...

rustfunctional-programming

Read More
Function declarations precedence/overwriting variable declarations? Hoisting? Why?...

javascriptfunctional-programmingvariable-declarationhoistingjavascript-function-declaration

Read More
Setting up different Java class fields value by a single value on some counter value...

javajava-8functional-programmingjava-stream

Read More
TypeScript: How to write an asyncPipe function for asynchronous function composition?...

typescriptasynchronouspromisefunctional-programmingfunction-composition

Read More
How to implement memoization with "pure" Functional Programming in JavaScript...

javascriptfunctional-programming

Read More
What is actually happening inside List.nth in SML?...

functional-programmingsml

Read More
BackNext