Search code examples
Is there something like the threading macro from Clojure in Python?...

pythonfunctional-programming

Read More
What is the difference between functions and data?...

functional-programmingclojure

Read More
Python method chaining in functional programming style...

pythonfunctional-programmingpython-itertoolsfunctoolstoolz

Read More
trace a nested recursion in Ocaml...

recursionfunctional-programmingocaml

Read More
Haskell Linked-List Monad...

haskellfunctional-programmingbindmonads

Read More
How can I map a String to a function in Java?...

javastringreflectionfunctional-programming

Read More
Tail recursion on R Statistical Environment...

rrecursionfunctional-programmingtail-recursion

Read More
What is the way to chain methods with different signatures describing a business process?...

javafunctional-programmingvavr

Read More
How to properly propagate an error through non-error function?...

rusterror-handlingfunctional-programming

Read More
Groovy: what is analogue for java stream anyMatch...

javagroovyfunctional-programmingclosuresjava-stream

Read More
Dart: mapping a list (list.map)...

functional-programmingdartflutter

Read More
Is there a Functional Programming library for .NET?...

c#.netfunctional-programming

Read More
Python recursion challenge...

pythonrecursionfunctional-programming

Read More
functional programming efficiency vs imperative...

javascriptfunctional-programming

Read More
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
BackNext