I\'m getting my feet wet with Clojure, and trying to get used to functional programming. I\'ve been translating various imperative functions from other languages into their Clojure equivalents -- and
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
The type of the Prelude function flip is: flip :: (a -> b -> c) -> b -> a -> c I.e., it takes one binary function and two arguments.
Maybe I\'ll look strange. Feel free to edit etc. What is ASP.net in terms of FP? I\'m learning FP at the moment and feel rather confused because i cannot divide technology which I use everyday, lite
I\'m using Clojure and I need to run a small simulation. I have a vector of length n (n is usually between 10 and 100) that holds values. On each simulation round (maybe 1000 rounds together), one of
I\'m trying to find the \"best\" implementation of a multi-argument \"compose\" in Scheme (I know it\'s a builtin in some implementations, but assume for the moment I am using one that doesn\'t have t
How does the functional programming paradigm deal with shared resources that need to maintain state? I have a JavaScipt program that allows access from multiple callers to a shared resource, a authen
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this
I just cannot get this to work, would appreciate if someone can help. So I get back an XML result from a database which looks like:
Does the Java standard library have any func开发者_高级运维tional data structures, like immutable Sets, Lists, etc., with functional update?Functional java has Sets, Lists and more interesting abstrac