clojure
"lein deps" not working in cygwin. (window OS)
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[详细]
2023-04-11 23:20 分类:问答clojure - eval code in different namespace
I\'m coding something like REPL Server. Request from users evaluates in such function: (defn execute [request][详细]
2023-04-11 22:27 分类:问答replace spaces in string with comma
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[详细]
2023-04-11 22:23 分类:问答char representation clojure
How can I represent a char (character) in clojure? Also I would like an example to test it using the char? function[详细]
2023-04-11 16:13 分类:问答How to build robust data apis in clojure?
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 开发者_如何[详细]
2023-04-11 14:24 分类:问答is it possible for clojure to read and work on classes (.class files) generated by compiler?
is it possible for read and开发者_运维知识库 work on classes (.class files) generated by java code?[详细]
2023-04-11 14:23 分类:问答access clojure via java classes
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?[详细]
2023-04-11 11:53 分类:问答is it possible to pass a tree (data structure) to clojure and work on it?
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[详细]
2023-04-11 09:45 分类:问答How can I run a .clj Clojure file I created?
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.[详细]
2023-04-11 07:52 分类:问答What languages are mature to develop native apps in Android [except Java]
Is there a languages other then Java to develop native apps in android without s开发者_C百科cript layer/AIR and others 3rd party abstractions.[详细]
2023-04-11 07:37 分类:问答