Search code examples
Why can I pass a getter reference to stream().mapToInt(...)?...


javalambdafunctional-programmingjava-stream

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


typescriptfunctional-programmingpattern-matchingoption-type

Read More
What is the advantage of using Option instead of typescript's optional `?` operator?...


typescriptfunctional-programmingoption-typefp-ts

Read More
Writing an isPrime function in Haskell...


haskellfunctional-programmingprimesprimality-test

Read More
How does functools partial do what it does?...


pythonfunctional-programmingcurryingfunctoolspartial-application

Read More
How does http4k continue computation after response?...


functional-programmingmicroserviceshttp4k

Read More
Can a pure function call external function?...


functionfunctional-programmingconceptpure-function

Read More
Is it possible to utilise partial application in Dart (partial / apply / fixing arguments)...


functional-programmingdartpartial-application

Read More
Imprecise type inference of pipe and compose functions in TypeScript...


typescriptfunctional-programmingtypescript-generics

Read More
How to view higher-order functions and IO-actions from a mathematical perspective?...


haskellfunctional-programmingiohigher-order-functionspurely-functional

Read More
How functional approach of web app architecture looks like?...


scalamodel-view-controllerdesign-patternsfunctional-programmingarchitecture

Read More
Given a vector v and fn f, how do I generate the matrix {v, f(v), f(f(v)), ... f^k(v)}?...


rfunctional-programmingpurrrunfold

Read More
How to use the pandas apply method in hy...


pandasdataframefunctional-programmingapplyhy

Read More
What are the values in the acc and x in every enumeration in the Elixir code below found in the Enum...


functional-programmingelixir

Read More
When should I use function currying?...


pythonfunctional-programming

Read More
Haskell pattern matching - what is it?...


haskellfunctional-programmingpattern-matching

Read More
How to change monoid for option of endofunctor?...


scalafunctional-programmingscala-cats

Read More
What is referential transparency?...


functional-programmingcomputer-sciencetheoryreferential-transparency

Read More
How can I emulate `fmap` in Go?...


gogenericsfunctional-programming

Read More
How to Automatically Infer Types in a TypeScript Functional Pipeline Using Higher-Order Transformer ...


typescriptgenericsfunctional-programmingtype-inferencefp-ts

Read More
How are Dynamic Programming algorithms implemented in idiomatic Haskell?...


haskellfunctional-programmingdynamic-programming

Read More
How to reuse a "closure generator" in C++?...


c++functional-programmingclosures

Read More
Erlang: doing a good job...


functional-programmingerlangcoding-style

Read More
Python : filter set/list of tuple based on cardinality property...


pythonlistfunctional-programmingtuplespython-itertools

Read More
Wrong Typeclass Instance used in Coq Proof...


functional-programmingcoqtypeclassdependent-typetheorem-proving

Read More
What is the time complexity of this? It uses 3 loops and the innermost loop depends on the outermost...


functional-programmingtime-complexity

Read More
Is it possible to properly type hint the filterM function in Python?...


pythonhaskellfunctional-programmingpython-typing

Read More
Graph programming in Scheme...


graphfunctional-programminglispscheme

Read More
If we bind two parsers and the second parser fails, does the string get parsed once?...


haskellfunctional-programming

Read More
How to properly step through recursive parsing?...


haskellfunctional-programming

Read More
BackNext