clojure-java-interop

    1熱度

    1回答

    我試圖讓Clojuratica成立(MMA V 9的免費試用期)(在Mac上運行小牛) 我下面的「Clojure的數據分析食譜」中的說明,但也跟着指示: http://drcabana.org/2012/10/23/installation-and-configuration-of-clojuratica/ http://clojuratica.weebly.com/tutorial.html

    1熱度

    2回答

    我想使用clj-http創建多部分HTTP請求。多要求低於: --Boundary Content-Type: text/xml; charset=UTF-8 Content-Id id1 xml1 --Boundary Content-Type: text/xml; charset=UTF-8 Content-Id id2 xml2 --Boundary-- 我用

    0熱度

    3回答

    我有一個字節數組,像這樣: (def byte-arr (byte-array (map byte "This is a test"))) ; => #<byte[] [[email protected]> 當調用.toString我得到[[email protected]。是否可以重寫.toString - clojure類型[B的方法以獲得This is a test而不是在那種情況下?

    1熱度

    2回答

    我有一些簡單的工作java代碼,它使用SMACK xmmp庫,它響應傳入消息並接受多用戶聊天邀請。我正試圖轉換這個clojure。機器人登錄但不響應消息。 public class bot { public static void main(String[] args) { System.out.println("Starting session..."); try {

    3熱度

    1回答

    我試圖實現Clojure中的下列Java接口: package quickfix; public interface MessageFactory { Message create(String beginString, String msgType); Group create(String beginString, String msgType, int corresp

    4熱度

    2回答

    當處理現有的java類時,如果我做了一些不正確的事情,我經常會得到反射警告, 拋出:IllegalArgumentException沒有找到匹配字段:獲取類 java.lang.String中clojure.lang.Reflector.getInstanceField (Reflector.java:271) Clojure的是在運行時做反射每個調用給定的方法?或者以任何方式緩存?將任何一種涉及

    2熱度

    1回答

    我在Clojure中使用deftype時遇到了問題。如果我運行下面的代碼: (defprotocol TestProt (geta [this]) (getb [this])) (deftype TestType [a b] TestProt (geta [this] a) (getb [this] b)) (defn test-funct

    1熱度

    1回答

    我已經有一段Java應用程序被使用了一段時間,並使用嵌入的Clojure腳本進行一些計算。舊版本的JRE仍然可以正常運行,但是如果我去構建一個新版本(只對代碼進行修改的代碼不相關),它將無法正常啓動。它在本地運行也很完美。只有JNLP受到影響。 java.security.AccessControlException: access denied ("java.lang.RuntimePermis

    7熱度

    1回答

    我有一個對象的方法。 myObject.myMethod(1) 我可以用Clojure調用這個 (.myMethod myObject 1) 我還可以使用從詞法環境 (let [x 1] (.myMethod myObject x)) 信息調用它,我能做到這一點與部分?例如。 (let [myPartial (partial .myMethod myObject)] (my

    0熱度

    1回答

    我在嘗試註冊SensorEventListener但我的偵聽器類型錯誤。 這裏是我的嘗試: ;; listener (gen-class :name com.spython.pushupcounter.main.sensor-listener :implements [android.hardware.SensorEventListener] :prefix "-" :methods [