Exception in thread \"main\" java.lang.IllegalAccessError: repositories-for does not exits. This is error while issuing command lei开发者_如何学Pythonn deps in cygwin. If you access internet via a pro
I\'m coding something like REPL Server. Request from users evaluates in such function: (defn execute [request]
I need to take find all unique values from the below and pass them to a sql query.Below is an example of what I am trying to do, I am actually taking the data from a two files comapring them and getti
How can I represent a char (character) in clojure? Also I would like an example to test it using the char? function
I find that my clojure apps get structurally coupled very rapidly due to the lack of a data API. I have maps with keys that have names which, if mistyped, because exceptions to be thrown or 开发者_如何
is it possible for read and开发者_运维知识库 work on classes (.class files) generated by java code?
Hello I have a main method in a Java class and I would like to access and run my clojure functions from my java classe开发者_如何学JAVAs, is that possible right?
tree structure buil开发者_如何学Pythond by from java code passed to clojure REPL and then using that data structure work on it. this tree is formed by ANTLR after parsing the code.Clojure\'s interop w
I wrote a small "hello world" program on Linux to get started with the language. Now I\'d like to run it and see what it outputs.
Is there a languages other then Java to develop native apps in android without s开发者_C百科cript layer/AIR and others 3rd party abstractions.