Search code examples
What is an appropriate data structure or algorithm for producing an immutable concrete syntax tree i...

parsinglanguage-agnosticdata-structuresfunctional-programmingstate-machine

Read More
Can reduce do everything that map does?...

javascriptfilterfunctional-programmingreduce

Read More
Is there a medium-size Clojure sample application available?...

functional-programmingclojure

Read More
How can I count, filter, and collect an iterator in a single pass?...

rustfunctional-programmingiterator

Read More
How to refactor this pattern matched OCaml piece of code...

functional-programmingpattern-matchingocaml

Read More
Weird function on trees Ocaml...

algorithmtreefunctional-programmingocamlfold

Read More
Remove various elements by position...

haskellfunctional-programming

Read More
issue in using reactive apps with lambda...

functional-programmingmonoproject-reactorreactive

Read More
Is there a way for Typescript to detect correct overloaded function on composition?...

typescriptfunctional-programming

Read More
Clojure, can macros do something that couldn't be done with a function...

functionclojurefunctional-programmingmacroslisp

Read More
Is it ok to say higer order functions (map, filter ...) achieve polymorphism?...

typesfunctional-programmingpolymorphismcomputer-sciencehigher-order-functions

Read More
Is there a method reference for a no-op (NOP) that can be used for anything lambda?...

javalambdafunctional-programmingjava-8

Read More
Can `guard` not guards in Haskell be used to specify a particular message for `Left`...

haskelltypesfunctional-programmingmonads

Read More
Bind Vs Lambda?...

c++functional-programminglambdac++11bind

Read More
Removing elements with Array.map in JavaScript...

javascriptfunctional-programmingdata-manipulationclient-side

Read More
Extracting a substring using Matcher: java.lang.IllegalStateException: No match found...

regexscalafunctional-programming

Read More
Question about implicit class argument in Java method reference...

javafunctional-programmingimplicit

Read More
Behaviour of inout within Swift operators...

swiftfunctional-programming

Read More
Is there a name for this function...

javascriptfunctional-programmingramda.js

Read More
How can I concatenate several vectors of unique pointers...

c++functional-programmingunique-ptrrange-v3value-categories

Read More
How does scanl in Haskell work on list of Either's - comparison of two cases...

haskelltypesfunctional-programmingtype-declaration

Read More
Convert Binary to Decimal Haskell...

haskellfunctional-programmingbinary

Read More
Scala IO monad: what's the point?...

scaladependency-injectionfunctional-programmingmonads

Read More
Applying changes to outer Monads in Haskell without using Transformer monads...

haskellfunctional-programmingmonadsmonad-transformersstate-monad

Read More
Apply list of functions on an object in Python...

pythonfunctional-programming

Read More
Sum/product of Church-encoded list of numbers does not type check...

haskelltypesfunctional-programmingchurch-encoding

Read More
Difference between GADTs and GADTSyntax...

haskelltypesfunctional-programminggadt

Read More
Why this free monad example is failing?...

haskellfunctional-programmingfree-monad

Read More
How do I await code inside a method that returns an EitherAsync<T1, T2> in LanguageExt?...

c#async-awaitfunctional-programminglanguage-ext

Read More
Rust's Reduce Method on Vec Reference...

rustfunctional-programmingreferencerust-cargoborrow-checker

Read More
BackNext