Most voted "clojure" questions
Recommended when the question contains the theme of the Clojure programming language.
Learn more…12 questions
Sort by count of
-
8
votes1
answer396
viewsProposal from the Clojure?
Recently I heard about this programming language, Clojure, it uses only functions, is not typed, and appears to be quite complex, this is an example of a function that takes a parameter and does the…
characteristic-language functional-programming clojureasked 8 years, 3 months ago Felipe Paetzold 4,527 -
2
votes1
answer120
viewsVariable in Clojure
I’d like to have an accountant in memory. A variable that at any time I can add or subtract and when I want I access the current value of it. How to do this in Chicago?
-
2
votes2
answers75
viewsWith calling a file in Clojure?
Hello, I have already searched in several places, but I did not find the answer I wanted. I have the following function in the archive home.clj (defn hello [request] (let [name (get-in request…
-
2
votes0
answers27
viewsHow to configure Timezone in REPL Clojure?
How to set up REPL with the correct Timezone? When executing a query in a postgres database through a REPL the date fields are in UTC time zone I want to configure it for America/Sao_paulo. In…
-
1
votes1
answer70
viewsWhy use the rational type?
Why do languages like Haskell and Clojure adopt rationale as a type? Why would I use Rationale instead of Float or Double?
-
1
votes1
answer112
viewsBest Backend Platform for Microservices
I have to develop a server with microservices with some functional programming language, initially I thought of Haskell and Clojure (languages with whom I most identify), I need a language with fast…
-
0
votes1
answer59
viewsConvert JSON to map
I’m getting a json in key :body of the answer using a request clj-http. How to transform this json in map?
-
0
votes1
answer34
viewsDependency is not added to clojure project
I’m learning Clojure and created a simple spellchecker project. In this project, I would like to use the Stringutils class from Apache Commons, so I added the following lines of code to import it…
-
0
votes2
answers46
viewsHow to create a clojure arrayList
How to create a clojure List array and add elements? (the one in java) My problem is this: I need to read a file and go adding substrings of that file (bounded by space and line break " n"), as…
-
0
votes1
answer808
viewsHow to separate each element from a list, with a String, in a row
The problem is simple, I would like to add an element to a real-time generated list for each given iteration. For example, if the list l is generated through [x for x in range(10) if x%2==0], then I…
-
0
votes1
answer37
viewsThe difference between FOR and DOSEQ in clojure
What difference between for and doseq? I wrote a program, which returns me the highest value within the parameters informed. Note: I know that there is a function max and max-key, but I don’t want…
-
0
votes1
answer22
viewsdefmulti does not locate defmethod in another namespace
I created a clojure project to validate defmulti Feature with defmethod implementations in other namespace. However, when running the defmulti Dispatcher project it does not locate the correct…
clojureasked 4 years, 10 months ago Guilherme Fernando Angelico 9