As titled, If I do (read-string (slurp \"somefile\")) This will only give me the first object in the file, meaning if \"somefile\" is as below:
I\'m using Clojure to parse and analyze XML files. Here is a sample: BSS:17,NSVC:1 BSS:17,NSVC:4 BSS开发者_如何转开发:17,NSVC:5
If I have an vector of records that implement a protocol, and want to map the return开发者_开发知识库 value of a method of each of those records to another vector, is there a clean way to do that?I ca
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari
Say I have a ref state which gets updated every 30 seconds and a fn I want to attach开发者_StackOverflow中文版 to it that may take longer to complete. Say at time 0 ref is updated and fn called at tim
I just recently started working on a database-heavy Clojure application and am attempting to get some unit tests in place. Ideally, I\'d like to avoid actually hitting a real database by mocking thing
I have a desktop application written in Clojure that suffers greatly from JVM startup time and is a really good fit for ClojureScript. It is delivered as a jar file for the JVM, what is the equivale开
I understand that one can use gen-class to generate a java class, however, I\'m confused as to how I can开发者_开发问答 generate a java class with constructors. Is it possible to generate a java class
I\'d appreciate suggestions/insights on how I can leverage Clojure to efficiently parse and compare two files. There are two (log) files that contain employee attendance; from these files I need to de
I have a Collection in MongoDB, I need to update a certain Documents on that, when a field is given in that Document with karras API {A clojure wrapper to the mongo java driver } in clojure web applic