Search code examples
Should the patterns in a SML match expression have the same type?...

functional-programmingpattern-matchingprogramming-languagessmlml

Read More
How can I get a reversed copy of a list (avoid a separate statement when chaining a method after .re...

pythonfunctional-programming

Read More
How to relate to type from outer context...

haskelltypesfunctional-programmingghctype-declaration

Read More
Is there a difference in Haskell, regarding tail-recursion, between using guards that return boolean...

haskellrecursionoptimizationfunctional-programmingtail-recursion

Read More
Is there a fast, functional prime generator?...

algorithmfunctional-programmingprimessieve-of-eratosthenes

Read More
What are super combinators and constant applicative forms?...

haskellfunctional-programmingcombinators

Read More
Recursive Functional Programming Question not making sense...

haskellrecursionfunctional-programming

Read More
Accumulator passing style in C++...

c++lambdafunctional-programming

Read More
Ensuring Equivalence in Python Functions: Understanding Implementation Impacts...

pythonfunctional-programmingevaluationsyntactic-sugarequivalence

Read More
Unexpected results working on Array of Integers...

javafunctional-programmingreduceinteger-overflow

Read More
TypeScript: group items according to shared attributes and assign them a groupID...

javascripttypescriptalgorithmfunctional-programming

Read More
Erlang OTP supervisor: start_child does not work when another child is executing...

concurrencyfunctional-programmingerlangerlang-otperlang-supervisor

Read More
How to make tail function return what I need?...

functionfunctional-programmingocamlrun-length-encoding

Read More
Do any functional languages support divide-and-conquer natively?...

functional-programming

Read More
How do I do regular expressions using a functional approach?...

regexf#functional-programming

Read More
How can I rewrite this function in a functional style of Scala?...

scalafunctional-programming

Read More
How to pass the initial value to foldLeft from a filtered List with function chaining?...

scalafunctional-programming

Read More
Are lambda expressions/delegates in C# "pure", or can they be?...

c#.netfunctional-programminglambda

Read More
Functional Programming - Implementing Scan (Prefix Sum) using Fold...

functional-programmingschemeprefix-sum

Read More
Error: invalid child spec in supervisor start_child function...

functional-programmingerlangdistributed-computingerlang-otperlang-supervisor

Read More
Defining an alternative Psi combinator in Haskell...

haskellfunctional-programmingcombinatorscombinatory-logic

Read More
How can I refactor a struct to use protocols and closures in Swift (learning purposes)...

swiftfunctional-programming

Read More
What is the idiomatic way to create a U to V mapper function template in C++?...

c++templatesfunctional-programmingc++17c++20

Read More
Atom pattern matching in an overloaded function head...

functional-programmingerlangpattern-matching

Read More
Defining a stack data structure and its main operations in lambda calculus...

lambdafunctional-programminglambda-calculuscombinatorsy-combinator

Read More
Implementation of Church numeral multiplication in Haskell not working...

functionhaskellfunctional-programminglambda-calculuschurch-encoding

Read More
Function calling for each element in a list...

recursionfunctional-programmingocaml

Read More
C++ Lambdas Capture Only Primitives By Value...

c++lambdafunctional-programmingmetaprogramming

Read More
how to use returns.context.RequiresContext with async functions in python?...

pythonfunctional-programming

Read More
These concepts about Functors (Maps) and Monads (Either, Maybe, Bind, Then) are right?...

javascriptfunctional-programmingmonads

Read More
BackNext