nrepl

https://github.com/nrepl/nrepl || https://nrepl.org
bassam.khouri 2016-05-10T18:23:45.000007Z

Hi.

bassam.khouri 2016-05-10T18:23:57.000008Z

I'm new to clojure and am in the learning stages. I encountered an error and am unsure how to solve it. In one project, I have a function where I'm invoking a command on a remote REPL. The command on the remote REPL returns a tagged object #object[com.example.namespace.DoubleEntity 0x5359c6c8 "{:mykey \"value\", :mykey2 \"value2\" }"].. But my function is returning the following error: RuntimeException No reader function for tag object clojure.lang.LispReader$CtorReader.readTagged (LispReader.java:1245). Any ideas how I can get my project's reader to properly read this object?

andmed 2016-05-10T18:27:05.000009Z

I've made this channel by mistake.. there is noone in here. Post to main forum. Sorry about that...