Search code examples
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
What are some pros/cons to various functional languages?...


programming-languagesfunctional-programming

Read More
find longest repeating sequence in list...


listfunctional-programmingpattern-matchingocaml

Read More
What's the difference between placing a parser in its "box" vs using it without it?...


haskellfunctional-programming

Read More
Get a function's arity...


javascriptfunctional-programmingarity

Read More
How to use answers of parsers when nesting parsers (sequentially)...


parsinghaskellfunctional-programming

Read More
How to use reduce function correctly with functional programming in kotlin...


kotlinfunctional-programming

Read More
functional programming in kotlin - assigning function...


syntaxfunctional-programmingkotlin

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


pythonpython-3.xfilterfunctional-programmingreduce

Read More
Understanding bracket use in Haskell - Parser that depends on previous parser gives error when using...


haskellfunctional-programming

Read More
BackNext